Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_core.c466 pdev->dev_old_state = pdev->dev_state; in USBD_LL_Suspend()
480 pdev->dev_state = pdev->dev_old_state; in USBD_LL_Resume()
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h237 uint8_t dev_old_state; member