| 
    OpenOCD
    
   | 
 


Go to the source code of this file.
Data Structures | |
| struct | cmsis_dap | 
| struct | cmsis_dap_backend | 
| struct | pending_request_block | 
| struct | pending_transfer_result | 
Macros | |
| #define | MAX_PENDING_REQUESTS 4 | 
| #define | REPORT_ID_SIZE 1 | 
Enumerations | |
| enum | cmsis_dap_blocking { CMSIS_DAP_NON_BLOCKING , CMSIS_DAP_BLOCKING } | 
Variables | |
| const struct cmsis_dap_backend | cmsis_dap_hid_backend | 
| const struct cmsis_dap_backend | cmsis_dap_tcp_backend | 
| const struct command_registration | cmsis_dap_tcp_subcommand_handlers [] | 
| const struct cmsis_dap_backend | cmsis_dap_usb_backend | 
| const struct command_registration | cmsis_dap_usb_subcommand_handlers [] | 
| #define MAX_PENDING_REQUESTS 4 | 
Definition at line 19 of file cmsis_dap.h.
| #define REPORT_ID_SIZE 1 | 
Definition at line 84 of file cmsis_dap.h.
| enum cmsis_dap_blocking | 
| Enumerator | |
|---|---|
| CMSIS_DAP_NON_BLOCKING | |
| CMSIS_DAP_BLOCKING | |
Definition at line 61 of file cmsis_dap.h.
      
  | 
  extern | 
Definition at line 1 of file cmsis_dap.c.
      
  | 
  extern | 
Definition at line 1 of file cmsis_dap.c.
      
  | 
  extern | 
Definition at line 495 of file cmsis_dap_tcp.c.
      
  | 
  extern | 
Definition at line 1 of file cmsis_dap.c.
      
  | 
  extern | 
Definition at line 660 of file cmsis_dap_usb_bulk.c.