Go to the source code of this file.
Macros | |
#define | UART_BUFFER_SIZE 256 |
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 |
#define UART_BUFFER_SIZE 256 |
Definition at line 41 of file usb_serial_structs.h.
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.