cmsis_dap::command is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

cmsis_dap::command field

Syntax

uint8_t *command;

References

LocationReferrerText
cmsis_dap.h:34
uint8_t *command;
cmsis_dap.c:348cmsis_dap_xfer()
uint8_t current_cmd = dap->command[0];
cmsis_dap.c:378cmsis_dap_cmd_dap_swj_pins()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:399cmsis_dap_cmd_dap_swj_clock()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:419cmsis_dap_cmd_dap_swj_sequence()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:442cmsis_dap_cmd_dap_info()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:460cmsis_dap_cmd_dap_led()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:477cmsis_dap_cmd_dap_connect()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:498cmsis_dap_cmd_dap_disconnect()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:513cmsis_dap_cmd_dap_tfer_configure()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:531cmsis_dap_cmd_dap_swd_configure()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:565cmsis_dap_metacmd_targetsel()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:610cmsis_dap_cmd_dap_swo_transport()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:630cmsis_dap_cmd_dap_swo_mode()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:657cmsis_dap_cmd_dap_swo_baudrate()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:685cmsis_dap_cmd_dap_swo_control()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:711cmsis_dap_cmd_dap_swo_status()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:742cmsis_dap_cmd_dap_swo_data()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:781cmsis_dap_swd_write_from_queue()
uint8_t *command = dap->command;
cmsis_dap.c:1601cmsis_dap_flush()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap.c:2154cmsis_dap_handle_cmd_command()
uint8_t *command = cmsis_dap_handle->command;
cmsis_dap_usb_hid.c:194cmsis_dap_hid_open()
cmsis_dap_usb_hid.c:237cmsis_dap_hid_write()
memset(dap->command + txlen, 0, dap->packet_size - txlen);
cmsis_dap_usb_hid.c:263cmsis_dap_hid_alloc()