OpenOCD
|
Data Fields | |
int | len |
struct sequence * | next |
const void * | tdi |
void * | tdo |
void * | tms |
int sequence::len |
Definition at line 18 of file osbdm.c.
Referenced by osbdm_add_scan(), osbdm_add_statemove(), osbdm_flush(), and queue_add_tail().
struct sequence* sequence::next |
Definition at line 22 of file osbdm.c.
Referenced by osbdm_add_pathmove(), osbdm_add_scan(), osbdm_add_stableclocks(), osbdm_add_statemove(), osbdm_add_tms(), osbdm_flush(), queue_add_tail(), and queue_drop_head().
const void* sequence::tdi |
Definition at line 21 of file osbdm.c.
Referenced by osbdm_add_scan(), osbdm_flush(), and queue_add_tail().
void* sequence::tdo |
Definition at line 20 of file osbdm.c.
Referenced by osbdm_add_scan(), osbdm_flush(), and queue_add_tail().
void* sequence::tms |
Definition at line 19 of file osbdm.c.
Referenced by osbdm_add_pathmove(), osbdm_add_scan(), osbdm_add_stableclocks(), osbdm_add_statemove(), osbdm_add_tms(), osbdm_flush(), queue_add_tail(), and queue_drop_head().