| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
USB Endpoint Configuration. More...
#include <usb_device.h>
Data Fields | |
| usb_ep_callback | ep_cb | 
| uint8_t | ep_addr | 
USB Endpoint Configuration.
This structure contains configuration for the endpoint.
| uint8_t usb_ep_cfg_data::ep_addr | 
The number associated with the EP in the device configuration structure IN EP = 0x80 | <endpoint number> OUT EP = 0x00 | <endpoint number>
| usb_ep_callback usb_ep_cfg_data::ep_cb | 
Callback function for notification of data received and available to application or transmit done, NULL if callback not required by application code