Macros
External Wakeup Control Low Significant Bit Defines
Peripheral Driver
»
LL Driver
»
PWR
»
Defines
»
PWR Private Macros
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.