Home
last modified time | relevance | path

Searched refs:USB_DisableGlobalInt (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h512 HAL_StatusTypeDef USB_DisableGlobalInt(USB_OTG_GlobalTypeDef *USBx);
568 HAL_StatusTypeDef USB_DisableGlobalInt(USB_TypeDef *USBx);
Dstm32l4xx_hal_hcd.h162 #define __HAL_HCD_DISABLE(__HANDLE__) (void)USB_DisableGlobalInt ((__HANDLE__)->In…
Dstm32l4xx_hal_pcd.h247 #define __HAL_PCD_DISABLE(__HANDLE__) (void)USB_DisableGlobalInt ((__HANDLE__)…
275 #define __HAL_PCD_DISABLE(__HANDLE__) (void)USB_DisableGlobalInt ((…
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c151 HAL_StatusTypeDef USB_DisableGlobalInt(USB_OTG_GlobalTypeDef *USBx) in USB_DisableGlobalInt() function
1640 (void)USB_DisableGlobalInt(USBx); in USB_StopHost()
1767 HAL_StatusTypeDef USB_DisableGlobalInt(USB_TypeDef *USBx) in USB_DisableGlobalInt() function