External Wakeup Control Low Significant Bit Defines
+ Collaboration diagram for External Wakeup Control Low Significant Bit Defines:

Macros

#define LL_PWR_EXTWKUP_TYPE_LSB   (0x01U << AON_EXT_WKUP_CTL_TYPE_Pos)
 External wakeup level type. More...
 
#define LL_PWR_EXTWKUP_INVERT_LSB   (0x01U << AON_EXT_WKUP_CTL_INVERT_Pos)
 External wakeup level invert. More...
 
#define LL_PWR_EXTWKUP_SRC_EN_LSB   (0x01U << AON_EXT_WKUP_CTL_SRC_EN_Pos)
 External wakeup source enable. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_PWR_EXTWKUP_INVERT_LSB

#define LL_PWR_EXTWKUP_INVERT_LSB   (0x01U << AON_EXT_WKUP_CTL_INVERT_Pos)

External wakeup level invert.

Definition at line 80 of file gr55xx_ll_pwr.h.

◆ LL_PWR_EXTWKUP_SRC_EN_LSB

#define LL_PWR_EXTWKUP_SRC_EN_LSB   (0x01U << AON_EXT_WKUP_CTL_SRC_EN_Pos)

External wakeup source enable.

Definition at line 81 of file gr55xx_ll_pwr.h.

◆ LL_PWR_EXTWKUP_TYPE_LSB

#define LL_PWR_EXTWKUP_TYPE_LSB   (0x01U << AON_EXT_WKUP_CTL_TYPE_Pos)

External wakeup level type.

Definition at line 79 of file gr55xx_ll_pwr.h.