Searched refs:int_pend (Results 1 – 1 of 1) sorted by relevance
78 uint32_t int_pend; in MRT_IRQHandler() local81 int_pend = Chip_MRT_GetIntPending(); in MRT_IRQHandler()82 Chip_MRT_ClearIntPending(int_pend); in MRT_IRQHandler()85 if (int_pend & MRTn_INTFLAG(0)) { in MRT_IRQHandler()90 if (int_pend & MRTn_INTFLAG(1)) { in MRT_IRQHandler()95 if (int_pend & (MRTn_INTFLAG(2))) { in MRT_IRQHandler()
Completed in 3 milliseconds