Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_core.c309 if(pep->rem_length > pep->maxpacket) in USBD_LL_DataOutStage()
311 pep->rem_length -= pep->maxpacket; in USBD_LL_DataOutStage()
315 MIN(pep->rem_length ,pep->maxpacket)); in USBD_LL_DataOutStage()
353 if(pep->rem_length > pep->maxpacket) in USBD_LL_DataInStage()
355 pep->rem_length -= pep->maxpacket; in USBD_LL_DataInStage()
359 pep->rem_length); in USBD_LL_DataInStage()
Dusbd_ioreq.c102 pdev->ep_in[0].rem_length = len; in USBD_CtlSendData()
142 pdev->ep_out[0].rem_length = len; in USBD_CtlPrepareRx()
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h220 uint32_t rem_length; member