Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_mrt/example/src/
A Dmrt.c78 uint32_t int_pend; in MRT_IRQHandler() local
81 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