External Wakeup Control Low Significant Bit Defines

Macros

#define __LL_PWR_GET_MEM_PWR_MASK(__POWER__)
 PWR_LL_PM_GET_MEM_PWR_MSK PWR Get Memory Power Value Mask. More...
 

Detailed Description

Macro Definition Documentation

◆ __LL_PWR_GET_MEM_PWR_MASK

#define __LL_PWR_GET_MEM_PWR_MASK (   __POWER__)
Value:
(((__POWER__) == LL_PWR_MEM_POWER_OFF) ? 0x0U : \
(((__POWER__) == LL_PWR_MEM_POWER_FULL) ? 0xAAAAAAAAU : 0xFFFFFFFFU))

PWR_LL_PM_GET_MEM_PWR_MSK PWR Get Memory Power Value Mask.

Definition at line 98 of file gr55xx_ll_pwr.h.