Macros

#define LL_PWR_AON_IRQ_EVT_BLE_PWR_ON   AON_CTL_AON_IRQ_BLE_PWR
 
#define LL_PWR_AON_IRQ_EVT_BLE_PWR_DN   AON_CTL_AON_IRQ_BLE_PWR_DN
 
#define LL_PWR_AON_IRQ_EVT_BOD_RISE   AON_CTL_AON_IRQ_PMU_BOD_RISE
 
#define LL_PWR_AON_IRQ_EVT_CPLL_DN   AON_CTL_AON_IRQ_AONPLL_CHG
 
#define LL_PWR_AON_IRQ_EVT_BOD_FALL   AON_CTL_AON_IRQ_PMU_BOD_FALL
 
#define LL_PWR_AON_IRQ_EVT_BLE_MAC   AON_CTL_AON_IRQ_BLE_MAC_IRQ
 
#define LL_PWR_AON_IRQ_EVT_SLP_FAIL   AON_CTL_AON_IRQ_SLP_FAIL_IRQ
 
#define LL_PWR_AON_IRQ_EVT_ALL   AON_CTL_AON_IRQ_BLE_ALL
 

Detailed Description

Macro Definition Documentation

◆ LL_PWR_AON_IRQ_EVT_ALL

#define LL_PWR_AON_IRQ_EVT_ALL   AON_CTL_AON_IRQ_BLE_ALL

All IRQ event mask

Definition at line 110 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EVT_BLE_MAC

#define LL_PWR_AON_IRQ_EVT_BLE_MAC   AON_CTL_AON_IRQ_BLE_MAC_IRQ

BLE MAC IRQ event

Definition at line 108 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EVT_BLE_PWR_DN

#define LL_PWR_AON_IRQ_EVT_BLE_PWR_DN   AON_CTL_AON_IRQ_BLE_PWR_DN

BLE power down done IRQ event

Definition at line 104 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EVT_BLE_PWR_ON

#define LL_PWR_AON_IRQ_EVT_BLE_PWR_ON   AON_CTL_AON_IRQ_BLE_PWR

BLE power up done IRQ event

Definition at line 103 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EVT_BOD_FALL

#define LL_PWR_AON_IRQ_EVT_BOD_FALL   AON_CTL_AON_IRQ_PMU_BOD_FALL

PMU BOD fall edge IRQ event

Definition at line 107 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EVT_BOD_RISE

#define LL_PWR_AON_IRQ_EVT_BOD_RISE   AON_CTL_AON_IRQ_PMU_BOD_RISE

BOD rise edge IRQ event

Definition at line 105 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EVT_CPLL_DN

#define LL_PWR_AON_IRQ_EVT_CPLL_DN   AON_CTL_AON_IRQ_AONPLL_CHG

PLL power on done IRQ event

Definition at line 106 of file ll_pwr.h.

◆ LL_PWR_AON_IRQ_EVT_SLP_FAIL

#define LL_PWR_AON_IRQ_EVT_SLP_FAIL   AON_CTL_AON_IRQ_SLP_FAIL_IRQ

Sleep fail IRQ event

Definition at line 109 of file ll_pwr.h.