HAL + 0/2 examples
CodeScope will show references to PCD_HandleTypeDef::lpm_active from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
USB_Device
STM32469I-Discovery
Applications
USB_Device
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALPCD_HandleTypeDef::lpm_active

PCD_HandleTypeDef::lpm_active field

Enable or disable the Link Power Management . This parameter can be set to ENABLE or DISABLE

Syntax

uint32_t lpm_active;

Examples

PCD_HandleTypeDef::lpm_active is referenced by 2 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_pcd.h:112
uint32_t lpm_active; /*!< Enable or disable the Link Power Management .
stm32f4xx_hal_pcd_ex.c:130HAL_PCDEx_ActivateLPM()
hpcd->lpm_active = 1U;
stm32f4xx_hal_pcd_ex.c:147HAL_PCDEx_DeActivateLPM()
hpcd->lpm_active = 0U;

Data Use

Functions writing PCD_HandleTypeDef::lpm_active
PCD_HandleTypeDef::lpm_active
Type of PCD_HandleTypeDef::lpm_active
PCD_HandleTypeDef::lpm_active
uint32_t
all items filtered out