![]() |
USB Component
Version 6.12.4
MDK Middleware for USB Device and Host Communication
|
Structures of USB Host component. More...
Structures | |
struct | USBH_PIPE |
struct | USBH_DEV |
struct | usbHID_MouseState |
Mouse state information. More... | |
struct | USBD_STATE |
struct | USB_SETUP_PACKET |
USB Setup Packet. More... | |
struct | CDC_LINE_CODING |
CDC Line Coding structure. More... | |
Structures of USB Host component.
struct USBH_PIPE |
struct USBH_DEV |
Used in
struct usbHID_MouseState |
struct USBD_STATE |
Used in
Data Fields | ||
---|---|---|
uint32_t | active: 1 | USB Device bus activity. |
uint32_t | speed: 2 | USB Device enumerated speed (USB_SPEED_LOW, USB_SPEED_FULL or USB_SPEED_HIGH) |
uint32_t | vbus: 1 | USB Device VBUS state. |
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. |