Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h547 uint32_t USB_GetCurrentFrame(USB_OTG_GlobalTypeDef *USBx);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_hcd.c1132 return (USB_GetCurrentFrame(hhcd->Instance)); in HAL_HCD_GetCurrentFrame()
Dstm32l4xx_ll_usb.c1288 uint32_t USB_GetCurrentFrame(USB_OTG_GlobalTypeDef *USBx) in USB_GetCurrentFrame() function