STM32_USB_Device_Library + 0/15 examples
CodeScope will show references to _USBD_HandleTypeDef::dev_remote_wakeup from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
USB_Device
STM32469I-Discovery
Applications
USB_Device
STM32469I_EVAL
Applications
USB_Device
STM324x9I_EVAL
Applications
USB_Device
STM324xG_EVAL
Applications
USB_Device
STM32F412G-Discovery
Applications
USB_Device
STM32F412ZG-Nucleo
Applications
USB_Device
STM32F413H-Discovery
Applications
USB_Device
STM32F413ZH-Nucleo
Applications
USB_Device
STM32F429ZI-Nucleo
Applications
USB_Device
STM32F446ZE-Nucleo
Applications
USB_Device
 
Symbols
loading...
Files
loading...

_USBD_HandleTypeDef::dev_remote_wakeup field

Syntax

uint32_t dev_remote_wakeup;

Examples

_USBD_HandleTypeDef::dev_remote_wakeup is referenced by 15 libraries and example projects.

References

LocationReferrerText
usbd_def.h:376
uint32_t dev_remote_wakeup;
usbd_core.c:777USBD_LL_Reset()
pdev->dev_remote_wakeup = 0U;
usbd_ctlreq.c:872USBD_GetStatus()
if (pdev->dev_remote_wakeup != 0U)
usbd_ctlreq.c:898USBD_SetFeature()
pdev->dev_remote_wakeup = 1U;
usbd_ctlreq.c:929USBD_ClrFeature()
pdev->dev_remote_wakeup = 0U;

Data Use

Functions writing _USBD_HandleTypeDef::dev_remote_wakeup
Functions reading _USBD_HandleTypeDef::dev_remote_wakeup
_USBD_HandleTypeDef::dev_remote_wakeup
all items filtered out
Type of _USBD_HandleTypeDef::dev_remote_wakeup
_USBD_HandleTypeDef::dev_remote_wakeup
uint32_t
all items filtered out