Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/MSVC-MingW/
Dport.c189 ulPendingInterrupts |= ( 1 << portINTERRUPT_TICK ); in prvSimulatedPeripheralTimer()
290 vPortSetInterruptHandler( portINTERRUPT_TICK, prvProcessTickInterrupt ); in xPortStartScheduler()
398 ulPendingInterrupts |= ( 1 << portINTERRUPT_TICK ); in prvProcessSimulatedInterrupts()
Dportmacro.h161 #define portINTERRUPT_TICK ( 1UL ) macro