Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c118 uint64_t cumulative_time; /** Absolute system time since power up */ member
350 RADIO_TIMER_Context.cumulative_time = 0; in HAL_RADIO_TIMER_Init()
1227 new_time = context->cumulative_time; in _get_system_time_and_machine()
1466 context->cumulative_time = context->calibrationData.last_calibration_time + \ in _update_system_time()
1475 context->cumulative_time += blue_unit_conversion(TIMER_MAX_VALUE, period, MULT64_THR_PERIOD); in _update_system_time()
1478 context->calibrationData.last_calibration_time = context->cumulative_time; in _update_system_time()