Searched refs:portINTERRUPT_TICK (Results 1 – 2 of 2) sorted by relevance
189 ulPendingInterrupts |= ( 1 << portINTERRUPT_TICK ); in prvSimulatedPeripheralTimer()290 vPortSetInterruptHandler( portINTERRUPT_TICK, prvProcessTickInterrupt ); in xPortStartScheduler()398 ulPendingInterrupts |= ( 1 << portINTERRUPT_TICK ); in prvProcessSimulatedInterrupts()
161 #define portINTERRUPT_TICK ( 1UL ) macro