Searched refs:current_machine_time (Results 1 – 1 of 1) sorted by relevance
265 … _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() local695 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() local861 return _get_system_time_and_machine(&RADIO_TIMER_Context, ¤t_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() argument1228 *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 …]