Searched refs:IS_TIMER1 (Results 1 – 1 of 1) sorted by relevance
24 #define IS_TIMER1(id) (id & 0x2) macro25 #define IS_TIMER0(id) (!IS_TIMER1(id))29 #define ID_TO_TIMER(id) (IS_TIMER1(id) != 0)