USB Component
Version 6.3
MDK-Professional Middleware for USB Device and Host
|
Structures of USB Device component. More...
Structures | |
struct | USB_SETUP_PACKET |
USB Setup Packet. More... | |
struct | CDC_LINE_CODING |
CDC Line Coding structure. More... | |
struct | usbd_msc_data_t |
USB Device Mass Storage data structure (containing runtime values for MSC device instance) More... | |
Structures of USB Device component.
struct USB_SETUP_PACKET |
USB Setup Packet.
Used in
Used in
struct CDC_LINE_CODING |
CDC Line Coding structure.
Format of the data returned when a GetLineCoding request is received (usbcdc11.pdf, 6.2.13)
Used in
Used in
Data Fields | ||
---|---|---|
uint8_t | bCharFormat | Number of stop bits. |
uint8_t | bDataBits | Number of data bits. |
uint8_t | bParityType | Parity bit type. |
uint32_t | dwDTERate | Data terminal rate in bits per second. |
struct usbd_msc_data_t |
USB Device Mass Storage data structure (containing runtime values for MSC device instance)