Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c265 static uint64_t _get_system_time_and_machine(RADIO_TIMER_ContextTypeDef *context, uint32_t *current…
861 return _get_system_time_and_machine(&RADIO_TIMER_Context, &current_machine_time); in HAL_RADIO_TIMER_GetCurrentSysTime()
1221 static uint64_t _get_system_time_and_machine(RADIO_TIMER_ContextTypeDef *context, uint32_t *current… in _get_system_time_and_machine() function
1645 …rel_timeout = timeout - (uint32_t)_get_system_time_and_machine(&RADIO_TIMER_Context, &current_time… in TIMER_SetRadioTimerValue()
1707 *current_system_time = _get_system_time_and_machine(&RADIO_TIMER_Context, &current_machine_time); in TIMER_GetPastSysTime()