Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c120 uint32_t last_machine_time; /** Last machine time used to update cumulative time */ member
351 RADIO_TIMER_Context.last_machine_time = LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP); in HAL_RADIO_TIMER_Init()
1229 difftime = TIME_ABSDIFF(*current_machine_time, context->last_machine_time); in _get_system_time_and_machine()
1468 context->last_machine_time), in _update_system_time()
1473 … context->last_machine_time) < context->calibrationData.calibration_machine_interval)) in _update_system_time()
1477 context->last_machine_time = current_machine_time; in _update_system_time()