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

USBD_CDC_HandleTypeDef::CmdLength field

Syntax

uint8_t CmdLength;

References

LocationReferrerText
usbd_cdc.h:121
uint8_t CmdLength;
usbd_cdc.c:463USBD_CDC_Setup()
hcdc->CmdLength = (uint8_t)MIN(req->wLength, USB_MAX_EP0_SIZE);
usbd_cdc.c:465USBD_CDC_Setup()
(void)USBD_CtlPrepareRx(pdev, (uint8_t *)hcdc->data, hcdc->CmdLength);
usbd_cdc.c:616USBD_CDC_EP0_RxReady()
(uint16_t)hcdc->CmdLength);

Data Use

Functions writing USBD_CDC_HandleTypeDef::CmdLength
Functions reading USBD_CDC_HandleTypeDef::CmdLength
all items filtered out
USBD_CDC_HandleTypeDef::CmdLength
Type of USBD_CDC_HandleTypeDef::CmdLength
USBD_CDC_HandleTypeDef::CmdLength
uint8_t
all items filtered out