Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c122 uint32_t last_anchor_mt; member
691 abs_timeout_mt = RADIO_TIMER_Context.last_anchor_mt + _us_to_machinetime(rel_timeout_us); in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
713 RADIO_TIMER_Context.last_anchor_mt = abs_timeout_mt & TIMER_MAX_VALUE; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
1671 RADIO_TIMER_Context.last_anchor_mt = (current_time + rel_timeout_mt) & TIMER_MAX_VALUE; in TIMER_SetRadioTimerValue()