Communication line information. More...
Data Fields | |
USBHS_Ep_t | ep_data |
Bulk endpoint number used to transfer data. | |
bool | b_trans_ongoing |
True, if a transfer is on-going on endpoint. | |
uint16_t | sof |
Frame number of last transfer. | |
volatile uint8_t | buf_sel |
Current internal buffer used to store data. | |
uint16_t | buffer_size |
Size of internal buffer (unit Byte). | |
uhi_cdc_buf_t | buffer [2] |
Internal buffer information. |
Communication line information.
Definition at line 94 of file uhi_cdc.c.