Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h349 #define DSTS_ENUMSPD_LS_PHY_6MHZ (2U << 1) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c397 else if (DevEnumSpeed == DSTS_ENUMSPD_LS_PHY_6MHZ) in USB_GetDevSpeed()
1035 if ((USBx_DEVICE->DSTS & USB_OTG_DSTS_ENUMSPD) == DSTS_ENUMSPD_LS_PHY_6MHZ) in USB_ActivateSetup()