Make tap_state_by_name available in new JTAG interface API header.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2009 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -164,6 +164,9 @@ tap_state_t tap_state_transition(tap_state_t current_state, bool tms);
|
||||
*/
|
||||
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);
|
||||
|
||||
#ifdef _DEBUG_JTAG_IO_
|
||||
/**
|
||||
* @brief Prints verbose TAP state transitions for the given TMS/TDI buffers.
|
||||
|
||||
Reference in New Issue
Block a user