Home
last modified time | relevance | path

Searched refs:NPSS_INTR_MASK_CLR_REG (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/
Drsi_deepsleep_soc.c361 npssIntrState = NPSS_INTR_MASK_CLR_REG; in RSI_PS_EnterDeepSleep()
678 NPSS_INTR_MASK_CLR_REG = ~npssIntrState; in RSI_PS_EnterDeepSleep()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_wwdt.h118 NPSS_INTR_MASK_CLR_REG = NPSS_TO_MCU_WDT_INTR; in RSI_WWDT_IntrUnMask()
Drsi_power_save.h211 #ifndef NPSS_INTR_MASK_CLR_REG
212 #define NPSS_INTR_MASK_CLR_REG (*(volatile uint32_t *)(NPSS_INTR_BASE + 0x04)) macro
1238 NPSS_INTR_MASK_CLR_REG = mask; in RSI_PS_NpssIntrUnMask()
Drsi_retention.h216 NPSS_INTR_MASK_CLR_REG = (npssGpioPinIntr << 1); in RSI_NPSSGPIO_IntrUnMask()