
Go to the source code of this file.
Functions | |
| uint32_t | ControlHandler (void *pvCBData, uint32_t ui32Event, uint32_t ui32MsgValue, void *pvMsgData) |
| uint32_t | RxHandler (void *pvCBData, uint32_t ui32Event, uint32_t ui32MsgValue, void *pvMsgData) |
| uint32_t | TxHandler (void *pvCBData, uint32_t ui32Event, uint32_t ui32MsgValue, void *pvMsgData) |
Variables | |
| uint8_t | g_pui8USBRxBuffer [] |
| uint8_t | g_pui8USBTxBuffer [] |
| tUSBDCDCDevice | g_sCDCDevice |
| tUSBBuffer | g_sRxBuffer |
| tUSBBuffer | g_sTxBuffer |
| uint32_t ControlHandler | ( | void * | pvCBData, |
| uint32_t | ui32Event, | ||
| uint32_t | ui32MsgValue, | ||
| void * | pvMsgData | ||
| ) |
Definition at line 370 of file usb_serial_structs.c.
| uint32_t RxHandler | ( | void * | pvCBData, |
| uint32_t | ui32Event, | ||
| uint32_t | ui32MsgValue, | ||
| void * | pvMsgData | ||
| ) |
Definition at line 287 of file usb_serial_structs.c.
| uint32_t TxHandler | ( | void * | pvCBData, |
| uint32_t | ui32Event, | ||
| uint32_t | ui32MsgValue, | ||
| void * | pvMsgData | ||
| ) |
Definition at line 239 of file usb_serial_structs.c.
| uint8_t g_pui8USBRxBuffer[] |
Definition at line 189 of file usb_serial_structs.c.
| uint8_t g_pui8USBTxBuffer[] |
Definition at line 207 of file usb_serial_structs.c.
| tUSBDCDCDevice g_sCDCDevice |
Definition at line 168 of file usb_serial_structs.c.
| tUSBBuffer g_sRxBuffer |
Definition at line 190 of file usb_serial_structs.c.
| tUSBBuffer g_sTxBuffer |
Definition at line 208 of file usb_serial_structs.c.