Searched refs:IntStatus (Results 1 – 7 of 7) sorted by relevance
39 if (TIMM0->TIM[CORE_TICK_TIM].IntStatus) in GetSysTick()42 while(TIMM0->TIM[CORE_TICK_TIM].IntStatus){;} in GetSysTick()
54 typedef enum {RESET = 0, SET = !RESET} FlagStatus, IntStatus, SetState; typedef
47 status = LPC_EMAC->IntStatus; in ENET_IRQHandler()547 rt_kprintf("IntStatus: %08x\n", LPC_EMAC->IntStatus); in emac_dump()
69 status = LPC_EMAC->IntStatus; in ENET_IRQHandler()504 rt_kprintf("IntStatus: %08x\n", LPC_EMAC->IntStatus); in emac_dump()
69 status = LPC_EMAC->IntStatus; in ENET_IRQHandler()528 rt_kprintf("IntStatus: %08x\n", LPC_EMAC->IntStatus); in emac_dump()
44 status = LPC_EMAC->IntStatus; in ENET_IRQHandler()
472 __I uint32_t IntStatus; member
Completed in 24 milliseconds