Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c137 #define TIME_DIFF(a, b) ((int32_t)(a - b)) macro
1537 while (TIME_DIFF(end_time, WAKEUP->ABSOLUTE_TIME) > 0); in HAL_RADIO_CarrierSense()
Dstm32wb0x_hal_radio_timer.c205 #define TIME_DIFF(a, b) (((int32_t)((a - b) << (32-TIMER_BITS))) >> (32-TIMER_BITS)) macro
1708 …delta_systime = blue_unit_conversion(TIME_DIFF(current_machine_time, time), RADIO_TIMER_Context.ca… in TIMER_GetPastSysTime()