USBD_EndpointTypeDef::total_length is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_EndpointTypeDef::total_length field

Syntax

uint32_t total_length;

References

LocationReferrerText
usbd_def.h:309
uint32_t total_length;
usbd_cdc.c:548USBD_CDC_DataIn()
if ((pdev->ep_in[epnum & 0xFU].total_length > 0U) &&
usbd_cdc.c:549USBD_CDC_DataIn()
((pdev->ep_in[epnum & 0xFU].total_length % hpcd->IN_ep[epnum & 0xFU].maxpacket) == 0U))
usbd_cdc.c:552USBD_CDC_DataIn()
pdev->ep_in[epnum & 0xFU].total_length = 0U;
usbd_cdc.c:836USBD_CDC_TransmitPacket()
pdev->ep_in[CDCInEpAdd & 0xFU].total_length = hcdc->TxLength;
usbd_core.c:704USBD_LL_DataInStage()
(pep->total_length >= pep->maxpacket) &&
usbd_core.c:705USBD_LL_DataInStage()
(pep->total_length < pdev->ep0_data_len))
usbd_ioreq.c:91USBD_CtlSendData()
pdev->ep_in[0].total_length = len;
usbd_ioreq.c:135USBD_CtlPrepareRx()
pdev->ep_out[0].total_length = len;

Data Use

Functions writing USBD_EndpointTypeDef::total_length
Functions reading USBD_EndpointTypeDef::total_length
USBD_EndpointTypeDef::total_length
Type of USBD_EndpointTypeDef::total_length
USBD_EndpointTypeDef::total_length
uint32_t
all items filtered out