![]() |
nRF5 SDK
v12.3.0
|
Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Variable type used to register EP0 transfer handler. More...
#include <app_usbd_core.h>
Data Fields | |
app_usbd_core_setup_data_handler_t | handler |
Event handler to be called when transmission is ready. | |
void * | p_context |
Context pointer to be send to every called event. | |
Variable type used to register EP0 transfer handler.
EP0 messages are processed by core instance. Another class can register itself to receive messages from EP0 when requesting for Setup data transfer.