*/
tap_state_t tap_state_transition(tap_state_t current_state, bool tms);
-/**
- * Function tap_state_name
- * Returns a string suitable for display representing the JTAG tap_state
- */
-const char* tap_state_name(tap_state_t state);
-
/// Provides user-friendly name lookup of TAP states.
tap_state_t tap_state_by_name(const char *name);
#endif
} tap_state_t;
+/**
+ * Function tap_state_name
+ * Returns a string suitable for display representing the JTAG tap_state
+ */
+const char* tap_state_name(tap_state_t state);
+
typedef struct tap_transition_s
{
tap_state_t high;