Macros

#define LL_PWR_AON_IRQ_EN_BLE_PWR_ON   AON_CTL_AON_IRQ_EN_BLE_PWR_ON
 
#define LL_PWR_AON_IRQ_EN_BLE_PWR_DN   AON_CTL_AON_IRQ_EN_BLE_PWR_DN
 
#define LL_PWR_AON_IRQ_EN_BOD_RISE   AON_CTL_AON_IRQ_EN_PMU_BOD_RISE
 
#define LL_PWR_AON_IRQ_EN_CPLL_DN   AON_CTL_AON_IRQ_EN_AONPLL_CHG
 
#define LL_PWR_AON_IRQ_EN_BOD_FALL   AON_CTL_AON_IRQ_EN_PMU_BOD_FALL
 
#define LL_PWR_AON_IRQ_EN_BLE_MAC   AON_CTL_AON_IRQ_EN_BLE_MAC_IRQ
 
#define LL_PWR_AON_IRQ_EN_SLP_FAIL   AON_CTL_AON_IRQ_EN_SLP_FAIL_IRQ
 
#define LL_PWR_AON_IRQ_EN_ALL   AON_CTL_AON_IRQ_EN_ALL
 

Detailed Description

Macro Definition Documentation

◆ LL_PWR_AON_IRQ_EN_ALL

#define LL_PWR_AON_IRQ_EN_ALL   AON_CTL_AON_IRQ_EN_ALL

All IRQ EN

Definition at line 124 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EN_BLE_MAC

#define LL_PWR_AON_IRQ_EN_BLE_MAC   AON_CTL_AON_IRQ_EN_BLE_MAC_IRQ

BLE MAC IRQ EN

Definition at line 122 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EN_BLE_PWR_DN

#define LL_PWR_AON_IRQ_EN_BLE_PWR_DN   AON_CTL_AON_IRQ_EN_BLE_PWR_DN

BLE power down done IRQ EN

Definition at line 118 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EN_BLE_PWR_ON

#define LL_PWR_AON_IRQ_EN_BLE_PWR_ON   AON_CTL_AON_IRQ_EN_BLE_PWR_ON

BLE power up done IRQ EN

Definition at line 117 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EN_BOD_FALL

#define LL_PWR_AON_IRQ_EN_BOD_FALL   AON_CTL_AON_IRQ_EN_PMU_BOD_FALL

PMU BOD fall edge IRQ EN

Definition at line 121 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EN_BOD_RISE

#define LL_PWR_AON_IRQ_EN_BOD_RISE   AON_CTL_AON_IRQ_EN_PMU_BOD_RISE

BOD rise edge IRQ EN

Definition at line 119 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EN_CPLL_DN

#define LL_PWR_AON_IRQ_EN_CPLL_DN   AON_CTL_AON_IRQ_EN_AONPLL_CHG

PLL power on done IRQ EN

Definition at line 120 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EN_SLP_FAIL

#define LL_PWR_AON_IRQ_EN_SLP_FAIL   AON_CTL_AON_IRQ_EN_SLP_FAIL_IRQ

Sleep fail IRQ EN

Definition at line 123 of file ll_pwr.h.