Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd_ex.c182 if ((USBx_DEVICE->DCTL & USB_OTG_DCTL_SDIS) == USB_OTG_DCTL_SDIS) in HAL_PCDEx_BCD_VBUSDetect()
Dstm32l4xx_ll_usb.c893 USBx_DEVICE->DCTL &= ~USB_OTG_DCTL_SDIS; in USB_DevConnect()
908 USBx_DEVICE->DCTL |= USB_OTG_DCTL_SDIS; in USB_DevDisconnect()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h17382 #define USB_OTG_DCTL_SDIS USB_OTG_DCTL_SDIS_Msk /*!< Soft disconnect… macro