Searched refs:TIME_DIFF (Results 1 – 2 of 2) sorted by relevance
137 #define TIME_DIFF(a, b) ((int32_t)(a - b)) macro1537 while (TIME_DIFF(end_time, WAKEUP->ABSOLUTE_TIME) > 0); in HAL_RADIO_CarrierSense()
205 #define TIME_DIFF(a, b) (((int32_t)((a - b) << (32-TIMER_BITS))) >> (32-TIMER_BITS)) macro1708 …delta_systime = blue_unit_conversion(TIME_DIFF(current_machine_time, time), RADIO_TIMER_Context.ca… in TIMER_GetPastSysTime()