2.5.4.9 USB_DEVICE_CDC_EVENT_DATA_SEND_BREAK Structure
C
typedef struct { uint16_t breakDuration; } USB_DEVICE_CDC_EVENT_DATA_SEND_BREAK;
Summary
USB Device CDC Function Driver Send Break Event Data
This data type defines the data structure returned by the driver along with USB_DEVICE_CDC_EVENT_SEND_BREAK event.
Members
Members | Description |
uint16_t breakDuration; | Duration of break signal |