Searched refs:TIMER_MAX_VALUE (Results 1 – 1 of 1) sorted by relevance
207 #define TIME_ABSDIFF(a, b) ((a - b) & TIMER_MAX_VALUE)240 #define TIMER_MAX_VALUE (0xFFFFFFFFU >> (32-TIMER_BITS)) macro340 … HAL_RADIO_TIMER_MachineTimeToSysTime(TIMER_MAX_VALUE - TIMER_WRAPPING_MARGIN)); in HAL_RADIO_TIMER_Init()693 …bs_timeout_mt - RADIO_TIMER_Context.TxRxDelay.tim12_delay_mt - radio_init_delay) & TIMER_MAX_VALUE; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()713 RADIO_TIMER_Context.last_anchor_mt = abs_timeout_mt & TIMER_MAX_VALUE; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()799 LL_RADIO_TIMER_SetTimeout(BLUE, ((current_time + 2) & TIMER_MAX_VALUE)); in HAL_RADIO_TIMER_SetRadioCloseTimeout()1167 uint32_t time_mt = ((tmp + (1 << 26)) >> 27) & TIMER_MAX_VALUE; in _us_to_machinetime()1233 …new_time += blue_unit_conversion(TIMER_MAX_VALUE, context->calibrationData.period1, MULT64_THR_PER… in _get_system_time_and_machine()1315 LL_RADIO_TIMER_SetCPUWakeupTime(WAKEUP, ((current_time + (delay + 8)) & TIMER_MAX_VALUE)); in VTIMER_SetWakeupTime()1475 context->cumulative_time += blue_unit_conversion(TIMER_MAX_VALUE, period, MULT64_THR_PERIOD); in _update_system_time()[all …]