Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c204 #define DIFF8(a,b) ((a)>=(b) ? ((a)-(b)) : (256+((a)-(b)))) macro
403 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()