Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dmrt_15xx.h67 __IO uint32_t IRQ_FLAG; member
304 return LPC_MRT->IRQ_FLAG; in Chip_MRT_GetIntPending()
314 return (bool) (((LPC_MRT->IRQ_FLAG >> ch) & 1) != 0); in Chip_MRT_GetIntPendingByChannel()
328 LPC_MRT->IRQ_FLAG = mask; in Chip_MRT_ClearIntPending()

Completed in 4 milliseconds