USBD_AUDIO_ControlTypeDef::len is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_AUDIO_ControlTypeDef::len field

Syntax

uint8_t len;

References

LocationReferrerText
usbd_audio.h:145
uint8_t len;
usbd_audio.c:621USBD_AUDIO_EP0_RxReady()
haudio->control.len = 0U;
usbd_audio.c:872AUDIO_REQ_SetCurrent()
haudio->control.len = (uint8_t)MIN(req->wLength, USB_MAX_EP0_SIZE); /* Set the request data length */
usbd_audio.c:876AUDIO_REQ_SetCurrent()
(void)USBD_CtlPrepareRx(pdev, haudio->control.data, haudio->control.len);

Data Use

Functions writing USBD_AUDIO_ControlTypeDef::len
Functions reading USBD_AUDIO_ControlTypeDef::len
USBD_AUDIO_ControlTypeDef::len
all items filtered out
Type of USBD_AUDIO_ControlTypeDef::len
USBD_AUDIO_ControlTypeDef::len
uint8_t
all items filtered out