Home
last modified time | relevance | path

Searched refs:total_length (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ioreq.c101 pdev->ep_in[0].total_length = len; in USBD_CtlSendData()
141 pdev->ep_out[0].total_length = len; in USBD_CtlPrepareRx()
Dusbd_core.c369 if((pep->total_length % pep->maxpacket == 0) && in USBD_LL_DataInStage()
370 (pep->total_length >= pep->maxpacket) && in USBD_LL_DataInStage()
371 (pep->total_length < pdev->ep0_data_len )) in USBD_LL_DataInStage()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h219 uint32_t total_length; member