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

USBD_CDC_HandleTypeDef::data field

Syntax

uint32_t data[CDC_DATA_HS_MAX_PACKET_SIZE / 4U];

References

LocationReferrerText
usbd_cdc.h:119
uint32_t data[CDC_DATA_HS_MAX_PACKET_SIZE / 4U]; /* Force 32-bit alignment */
usbd_cdc.c:454USBD_CDC_Setup()
(uint8_t *)hcdc->data,
usbd_cdc.c:458USBD_CDC_Setup()
(void)USBD_CtlSendData(pdev, (uint8_t *)hcdc->data, len);
usbd_cdc.c:465USBD_CDC_Setup()
(void)USBD_CtlPrepareRx(pdev, (uint8_t *)hcdc->data, hcdc->CmdLength);
usbd_cdc.c:615USBD_CDC_EP0_RxReady()
(uint8_t *)hcdc->data,

Data Use

Functions reading USBD_CDC_HandleTypeDef::data
USBD_CDC_HandleTypeDef::data
Type of USBD_CDC_HandleTypeDef::data
USBD_CDC_HandleTypeDef::data
uint32_t
all items filtered out