![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include <usbh_cdc.h>
Data Fields | |
| uint8_t | Array [LINE_CODING_STRUCTURE_SIZE] |
| struct { | |
| uint32_t dwDTERate | |
| uint8_t bCharFormat | |
| uint8_t bParityType | |
| uint8_t bDataBits | |
| } | b |
Definition at line 168 of file usbh_cdc.h.
| uint8_t Array[LINE_CODING_STRUCTURE_SIZE] |
Definition at line 170 of file usbh_cdc.h.
| struct { ... } b |
| uint8_t bCharFormat |
Definition at line 176 of file usbh_cdc.h.
| uint8_t bDataBits |
Definition at line 186 of file usbh_cdc.h.
| uint8_t bParityType |
Definition at line 180 of file usbh_cdc.h.
| uint32_t dwDTERate |
Definition at line 175 of file usbh_cdc.h.
1.8.11