Power State Control Commands
+ Collaboration diagram for Power State Control Commands:

Macros

#define LL_PWR_CMD_LOOPBACK   AON_PSC_CMD_OPC_OPCODE_LOOPBACK
 Reserved command 0
More...
 
#define LL_PWR_CMD_EF_DIR_ON   AON_PSC_CMD_OPC_OPCODE_EF_DIR_ON
 Reserved command 1
More...
 
#define LL_PWR_CMD_32_TIMER_LD   AON_PSC_CMD_OPC_OPCODE_32_TIMER_LD
 Load sleep timer command
More...
 
#define LL_PWR_CMD_DEEP_SLEEP   AON_PSC_CMD_OPC_OPCODE_DEEP_SLEEP
 Enter Deep Sleep Mode command
More...
 
#define LL_PWR_CMD_EF_DIR_OFF   AON_PSC_CMD_OPC_OPCODE_EF_DIR_OFF
 Reserved command 2
More...
 
#define LL_PWR_CMD_EXT_CLK   AON_PSC_CMD_OPC_OPCODE_EXT_CLK
 Select external clock (xo_32KHz) command
More...
 
#define LL_PWR_CMD_RNG_CLK   AON_PSC_CMD_OPC_OPCODE_RNG_CLK
 Select RING OSC clock command
More...
 
#define LL_PWR_CMD_RTC_CLK   AON_PSC_CMD_OPC_OPCODE_RTC_CLK
 Select RTC clock command
More...
 
#define LL_PWR_CMD_RNG2_CLK   AON_PSC_CMD_OPC_OPCODE_RNG2_CLK
 Select RING OSC clock command
More...
 
#define LL_PWR_CMD_LD_MEM_SLP_CFG   AON_PSC_CMD_OPC_OPCODE_LD_MEM_SLP_CFG
 Load memory sleep settings command
More...
 
#define LL_PWR_CMD_LD_MEM_WKUP_CFG   AON_PSC_CMD_OPC_OPCODE_LD_MEM_WKUP_CFG
 Load memory wakeup settings command
More...
 
#define LL_PWR_CMD_DPAD_LE_HI   AON_PSC_CMD_OPC_OPCODE_DPAD_LE_HI
 Force dpad_le high
More...
 
#define LL_PWR_CMD_DPAD_LE_LO   AON_PSC_CMD_OPC_OPCODE_DPAD_LE_LO
 Force dpad_le low
More...
 
#define LL_PWR_CMD_SLP_TIMER_MODE_NORMAL   AON_PSC_CMD_OPC_OPCODE_SLP_TIMER_MODE_0
 Enable sleep timer mode 0 command
More...
 
#define LL_PWR_CMD_SLP_TIMER_MODE_SINGLE   AON_PSC_CMD_OPC_OPCODE_SLP_TIMER_MODE_1
 Enable sleep timer mode 1 command
More...
 
#define LL_PWR_CMD_SLP_TIMER_MODE_RELOAD   AON_PSC_CMD_OPC_OPCODE_SLP_TIMER_MODE_2
 Enable sleep timer mode 2 command
More...
 
#define LL_PWR_CMD_SLP_TIMER_MODE_DISABLE   AON_PSC_CMD_OPC_OPCODE_SLP_TIMER_MODE_3
 Enable sleep timer mode 3 command
More...
 

Detailed Description

Macro Definition Documentation

◆ LL_PWR_CMD_32_TIMER_LD

#define LL_PWR_CMD_32_TIMER_LD   AON_PSC_CMD_OPC_OPCODE_32_TIMER_LD

Load sleep timer command

Definition at line 171 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_DEEP_SLEEP

#define LL_PWR_CMD_DEEP_SLEEP   AON_PSC_CMD_OPC_OPCODE_DEEP_SLEEP

Enter Deep Sleep Mode command

Definition at line 172 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_DPAD_LE_HI

#define LL_PWR_CMD_DPAD_LE_HI   AON_PSC_CMD_OPC_OPCODE_DPAD_LE_HI

Force dpad_le high

Definition at line 180 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_DPAD_LE_LO

#define LL_PWR_CMD_DPAD_LE_LO   AON_PSC_CMD_OPC_OPCODE_DPAD_LE_LO

Force dpad_le low

Definition at line 181 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_EF_DIR_OFF

#define LL_PWR_CMD_EF_DIR_OFF   AON_PSC_CMD_OPC_OPCODE_EF_DIR_OFF

Reserved command 2

Definition at line 173 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_EF_DIR_ON

#define LL_PWR_CMD_EF_DIR_ON   AON_PSC_CMD_OPC_OPCODE_EF_DIR_ON

Reserved command 1

Definition at line 170 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_EXT_CLK

#define LL_PWR_CMD_EXT_CLK   AON_PSC_CMD_OPC_OPCODE_EXT_CLK

Select external clock (xo_32KHz) command

Definition at line 174 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_LD_MEM_SLP_CFG

#define LL_PWR_CMD_LD_MEM_SLP_CFG   AON_PSC_CMD_OPC_OPCODE_LD_MEM_SLP_CFG

Load memory sleep settings command

Definition at line 178 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_LD_MEM_WKUP_CFG

#define LL_PWR_CMD_LD_MEM_WKUP_CFG   AON_PSC_CMD_OPC_OPCODE_LD_MEM_WKUP_CFG

Load memory wakeup settings command

Definition at line 179 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_LOOPBACK

#define LL_PWR_CMD_LOOPBACK   AON_PSC_CMD_OPC_OPCODE_LOOPBACK

Reserved command 0

Definition at line 169 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_RNG2_CLK

#define LL_PWR_CMD_RNG2_CLK   AON_PSC_CMD_OPC_OPCODE_RNG2_CLK

Select RING OSC clock command

Definition at line 177 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_RNG_CLK

#define LL_PWR_CMD_RNG_CLK   AON_PSC_CMD_OPC_OPCODE_RNG_CLK

Select RING OSC clock command

Definition at line 175 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_RTC_CLK

#define LL_PWR_CMD_RTC_CLK   AON_PSC_CMD_OPC_OPCODE_RTC_CLK

Select RTC clock command

Definition at line 176 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_SLP_TIMER_MODE_DISABLE

#define LL_PWR_CMD_SLP_TIMER_MODE_DISABLE   AON_PSC_CMD_OPC_OPCODE_SLP_TIMER_MODE_3

Enable sleep timer mode 3 command

Definition at line 185 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_SLP_TIMER_MODE_NORMAL

#define LL_PWR_CMD_SLP_TIMER_MODE_NORMAL   AON_PSC_CMD_OPC_OPCODE_SLP_TIMER_MODE_0

Enable sleep timer mode 0 command

Definition at line 182 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_SLP_TIMER_MODE_RELOAD

#define LL_PWR_CMD_SLP_TIMER_MODE_RELOAD   AON_PSC_CMD_OPC_OPCODE_SLP_TIMER_MODE_2

Enable sleep timer mode 2 command

Definition at line 184 of file gr55xx_ll_pwr.h.

◆ LL_PWR_CMD_SLP_TIMER_MODE_SINGLE

#define LL_PWR_CMD_SLP_TIMER_MODE_SINGLE   AON_PSC_CMD_OPC_OPCODE_SLP_TIMER_MODE_1

Enable sleep timer mode 1 command

Definition at line 183 of file gr55xx_ll_pwr.h.