Zephyr API 3.6.99
|
USB Endpoint Configuration. More...
#include <usb_device.h>
Data Fields | |
usb_ep_callback | ep_cb |
Callback function for notification of data received and available to application or transmit done, NULL if callback not required by application code. | |
uint8_t | ep_addr |
The number associated with the EP in the device configuration structure IN EP = 0x80 | <endpoint number> OUT EP = 0x00 | <endpoint number> | |
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.