OpenOCD
|
Data Fields | |
union { | |
struct ap_r { | |
struct adiv5_ap * ap | |
uint32_t * p_data | |
unsigned int reg | |
} ap_r | |
struct ap_w { | |
struct adiv5_ap * ap | |
bool changes_csw_default | |
uint32_t data | |
unsigned int reg | |
} ap_w | |
struct dp_r { | |
struct adiv5_dap * dap | |
uint32_t * p_data | |
unsigned int reg | |
} dp_r | |
struct dp_w { | |
struct adiv5_dap * dap | |
uint32_t data | |
unsigned int reg | |
} dp_w | |
struct mem_ap { | |
union { | |
uint32_t data | |
uint32_t * p_data | |
} | |
uint32_t addr | |
struct adiv5_ap * ap | |
uint32_t csw | |
} mem_ap | |
}; | |
enum queue_cmd | cmd |
Definition at line 209 of file stlink_usb.c.
union { ... } |
uint32_t dap_queue::addr |
Definition at line 234 of file stlink_usb.c.
struct adiv5_ap* dap_queue::ap |
Definition at line 224 of file stlink_usb.c.
Referenced by stlink_dap_op_queue_ap_read(), and stlink_dap_op_queue_ap_write().
struct { ... } ::ap_r dap_queue::ap_r |
Referenced by stlink_dap_op_queue_ap_read(), and stlink_dap_run_internal().
struct { ... } ::ap_w dap_queue::ap_w |
Referenced by stlink_dap_op_queue_ap_read(), stlink_dap_op_queue_ap_write(), and stlink_dap_run_internal().
bool dap_queue::changes_csw_default |
Definition at line 231 of file stlink_usb.c.
enum queue_cmd dap_queue::cmd |
Definition at line 180 of file stlink_usb.c.
Referenced by stlink_dap_op_queue_ap_read(), stlink_dap_op_queue_ap_write(), stlink_dap_op_queue_dp_read(), stlink_dap_op_queue_dp_write(), and stlink_dap_run_internal().
uint32_t dap_queue::csw |
Definition at line 240 of file stlink_usb.c.
struct adiv5_dap* dap_queue::dap |
Definition at line 214 of file stlink_usb.c.
Referenced by stlink_dap_op_queue_dp_read(), stlink_dap_op_queue_dp_write(), stlink_dap_op_queue_run(), and stlink_dap_run_finalize().
uint32_t dap_queue::data |
Definition at line 220 of file stlink_usb.c.
Referenced by stlink_dap_op_queue_ap_read(), stlink_dap_op_queue_ap_write(), stlink_dap_op_queue_dp_read(), and stlink_dap_op_queue_dp_write().
struct { ... } ::dp_r dap_queue::dp_r |
Referenced by stlink_dap_op_queue_dp_read(), and stlink_dap_run_internal().
struct { ... } ::dp_w dap_queue::dp_w |
Referenced by stlink_dap_op_queue_dp_write(), and stlink_dap_run_internal().
struct { ... } ::mem_ap dap_queue::mem_ap |
uint32_t* dap_queue::p_data |
Definition at line 215 of file stlink_usb.c.
unsigned int dap_queue::reg |
Definition at line 213 of file stlink_usb.c.
Referenced by stlink_dap_op_queue_ap_read(), stlink_dap_op_queue_ap_write(), stlink_dap_op_queue_dp_read(), and stlink_dap_op_queue_dp_write().