Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c265 … _get_system_time_and_machine(RADIO_TIMER_ContextTypeDef *context, uint32_t *current_machine_time);
665 uint32_t current_machine_time; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue() local
695 current_machine_time = WAKEUP->ABSOLUTE_TIME; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
697 if ((event_time - current_machine_time) > 0x80000000) in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
860 uint32_t current_machine_time; in HAL_RADIO_TIMER_GetCurrentSysTime() local
861 return _get_system_time_and_machine(&RADIO_TIMER_Context, &current_machine_time); in HAL_RADIO_TIMER_GetCurrentSysTime()
1221 …t _get_system_time_and_machine(RADIO_TIMER_ContextTypeDef *context, uint32_t *current_machine_time) in _get_system_time_and_machine() argument
1228 *current_machine_time = LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP); in _get_system_time_and_machine()
1229 difftime = TIME_ABSDIFF(*current_machine_time, context->last_machine_time); in _get_system_time_and_machine()
1461 uint32_t current_machine_time; in _update_system_time() local
[all …]