USBD_CDC_HandleTypeDef is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_CDC_HandleTypeDef struct

Syntax

typedef struct {   uint32_t data[CDC_DATA_HS_MAX_PACKET_SIZE / 4U];         uint8_t  CmdOpCode;   uint8_t  CmdLength;   uint8_t  *RxBuffer;   uint8_t  *TxBuffer;   uint32_t RxLength;   uint32_t TxLength;   __IO uint32_t TxState;   __IO uint32_t RxState; } USBD_CDC_HandleTypeDef;

Fields

data

No summary provided. Read more...

CmdOpCode

No summary provided. Read more...

CmdLength

No summary provided. Read more...

RxBuffer

No summary provided. Read more...

TxBuffer

No summary provided. Read more...

RxLength

No summary provided. Read more...

TxLength

No summary provided. Read more...

TxState

No summary provided. Read more...

RxState

No summary provided. Read more...

References

LocationReferrerScopeText
usbd_cdc.h:117
typedef struct
usbd_cdc.h:129
usbd_cdc.c:290USBD_CDC_Init()::hcdcUSBD_CDC_Init()
usbd_cdc.c:292USBD_CDC_Init()
hcdc = (USBD_CDC_HandleTypeDef *)USBD_malloc(sizeof(USBD_CDC_HandleTypeDef));
usbd_cdc.c:300USBD_CDC_Init()
(void)USBD_memset(hcdc, 0, sizeof(USBD_CDC_HandleTypeDef));
usbd_cdc.c:435USBD_CDC_Setup()::hcdcUSBD_CDC_Setup()
usbd_cdc.c:538USBD_CDC_DataIn()::hcdcUSBD_CDC_DataIn()
usbd_cdc.c:546USBD_CDC_DataIn()
usbd_cdc.c:579USBD_CDC_DataOut()::hcdcUSBD_CDC_DataOut()
usbd_cdc.c:605USBD_CDC_EP0_RxReady()::hcdcUSBD_CDC_EP0_RxReady()
usbd_cdc.c:766USBD_CDC_SetTxBuffer()::hcdcUSBD_CDC_SetTxBuffer()
usbd_cdc.c:788USBD_CDC_SetRxBuffer()::hcdcUSBD_CDC_SetRxBuffer()
usbd_cdc.c:815USBD_CDC_TransmitPacket()::hcdcUSBD_CDC_TransmitPacket()
usbd_cdc.c:855USBD_CDC_ReceivePacket()::hcdcUSBD_CDC_ReceivePacket()
usbd_cdc.h:129USBD_CDC_HandleTypeDef

Type Use

Variables of USBD_CDC_HandleTypeDef type
USBD_CDC_Init()::hcdc
USBD_CDC_Setup()::hcdc
USBD_CDC_DataIn()::hcdc
USBD_CDC_DataOut()::hcdc
USBD_CDC_EP0_RxReady()::hcdc
USBD_CDC_SetTxBuffer()::hcdc
USBD_CDC_SetRxBuffer()::hcdc
USBD_CDC_TransmitPacket()::hcdc
USBD_CDC_ReceivePacket()::hcdc
all items filtered out
USBD_CDC_HandleTypeDef
all items filtered out
USBD_CDC_HandleTypeDef
all items filtered out
Allocators of USBD_CDC_HandleTypeDef
all items filtered out
USBD_CDC_HandleTypeDef