aboutsummaryrefslogtreecommitdiff
path: root/src/include/jtagtap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/jtagtap.h')
-rw-r--r--src/include/jtagtap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/jtagtap.h b/src/include/jtagtap.h
index 9fe3e0d..fd13f2b 100644
--- a/src/include/jtagtap.h
+++ b/src/include/jtagtap.h
@@ -29,7 +29,7 @@ int jtagtap_init(void);
void jtagtap_reset(void);
-void jtagtap_srst(void);
+void jtagtap_srst(bool assert);
uint8_t jtagtap_next(const uint8_t TMS, const uint8_t TDI);
/* tap_next executes one state transision in the JTAG TAP state machine:
@@ -44,9 +44,9 @@ void jtagtap_tms_seq(uint32_t MS, int ticks);
void jtagtap_tdi_tdo_seq(uint8_t *DO, const uint8_t final_tms, const uint8_t *DI, int ticks);
void jtagtap_tdi_seq(const uint8_t final_tms, const uint8_t *DI, int ticks);
/* Shift out a sequence on MS and DI, capture data to DO.
- * - This is not endian safe: First byte will always be first shifted out.
- * - DO may be NULL to ignore captured data.
- * - DO may be point to the same address as DI.
+ * - This is not endian safe: First byte will always be first shifted out.
+ * - DO may be NULL to ignore captured data.
+ * - DO may be point to the same address as DI.
*/
/* generic soft reset: 1, 1, 1, 1, 1, 0 */