Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Icu/src/
DWkpu_Ip_Irq.c160 uint32 u32reg_WKPU_WISR = Wkpu_Ip_pBase[0U]->WISR; in Wkpu_Icu_Ip_ProcessSingleInterrupt() local
164 u32reg_WKPU_WISR &= u32reg_WKPU_WIER; in Wkpu_Icu_Ip_ProcessSingleInterrupt()
168 if (0x0U != (u32reg_WKPU_WISR & u32ChannelMask)) in Wkpu_Icu_Ip_ProcessSingleInterrupt()
171 Wkpu_Ip_pBase[0U]->WISR = u32reg_WKPU_WISR & u32ChannelMask; in Wkpu_Icu_Ip_ProcessSingleInterrupt()
182 u32reg_WKPU_WISR = Wkpu_Ip_pBase[0U]->WISR_64; in Wkpu_Icu_Ip_ProcessSingleInterrupt()
186 u32reg_WKPU_WISR &= u32reg_WKPU_WIER; in Wkpu_Icu_Ip_ProcessSingleInterrupt()
190 if (0x0U != (u32reg_WKPU_WISR & u32ChannelMask)) in Wkpu_Icu_Ip_ProcessSingleInterrupt()
193 Wkpu_Ip_pBase[0U]->WISR_64 = u32reg_WKPU_WISR & u32ChannelMask; in Wkpu_Icu_Ip_ProcessSingleInterrupt()