Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h121 #define USBD_STATE_SUSPENDED 4 macro
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_core.c467 pdev->dev_state = USBD_STATE_SUSPENDED; in USBD_LL_Suspend()