Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ioreq.c140 pdev->ep0_state = USBD_EP0_DATA_OUT; in USBD_CtlPrepareRx()
Dusbd_core.c307 if ( pdev->ep0_state == USBD_EP0_DATA_OUT) in USBD_LL_DataOutStage()
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h128 #define USBD_EP0_DATA_OUT 3 macro