Searched refs:u32reg_WKPU_WISR (Results 1 – 1 of 1) sorted by relevance
160 uint32 u32reg_WKPU_WISR = Wkpu_Ip_pBase[0U]->WISR; in Wkpu_Icu_Ip_ProcessSingleInterrupt() local164 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()