Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c624 if (pdev->dev_remote_wakeup) in USBD_GetStatus()
654 pdev->dev_remote_wakeup = 1; in USBD_SetFeature()
678 pdev->dev_remote_wakeup = 0; in USBD_ClrFeature()
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h241 uint32_t dev_remote_wakeup; member