|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Main header file for DAP Link API. More...
Go to the source code of this file.
Macros | |
| #define | DAP_LINK_CONTEXT_DEFINE(ctx_name, ctx_dev) |
| Define Zephyr DAP Link context structure. | |
Functions | |
| int | dap_link_init (struct dap_link_context *const dap_link_ctx) |
| Initialize DAP Link. | |
| void | dap_link_set_pkt_size (struct dap_link_context *const dap_link_ctx, const uint16_t pkt_size) |
| Set packet size used by a DAP Link backend. | |
| int | dap_link_backend_usb_init (struct dap_link_context *const dap_link_ctx) |
| Initialize DAP Link USB backend. | |
Main header file for DAP Link API.