Searched refs:IS_TIMER1 (Results 1 – 1 of 1) sorted by relevance
26 #define IS_TIMER1(id) (id & 0x2) macro27 #define IS_TIMER0(id) (!IS_TIMER1(id))31 #define ID_TO_TIMER(id) (IS_TIMER1(id) != 0)