Searched refs:DIFF8 (Results 1 – 1 of 1) sorted by relevance
204 #define DIFF8(a,b) ((a)>=(b) ? ((a)-(b)) : (256+((a)-(b)))) macro403 while (DIFF8(RADIO_TIMER_Context.expired_count, RADIO_TIMER_Context.served_count)) in HAL_RADIO_TIMER_Tick()406 … uint8_t to_be_served = DIFF8(RADIO_TIMER_Context.expired_count, RADIO_TIMER_Context.served_count); in HAL_RADIO_TIMER_Tick()