Home
last modified time | relevance | path

Searched refs:ep0_data_len (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_core.c269 pdev->ep0_data_len = pdev->request.wLength; in USBD_LL_SetupStage()
371 (pep->total_length < pdev->ep0_data_len )) in USBD_LL_DataInStage()
375 pdev->ep0_data_len = 0; in USBD_LL_DataInStage()
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h235 uint32_t ep0_data_len; member