Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c351 RADIO_TIMER_Context.last_machine_time = LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP); in HAL_RADIO_TIMER_Init()
798 current_time = LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP); in HAL_RADIO_TIMER_SetRadioCloseTimeout()
1228 *current_machine_time = LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP); in _get_system_time_and_machine()
1313 current_time = LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP); in VTIMER_SetWakeupTime()
1464 current_machine_time = LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP); in _update_system_time()
1550 current_time = LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP); in TIMER_SetRadioHostWakeupTime()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio_timer.h325 __STATIC_INLINE uint32_t LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP_TypeDef *WAKEUPx) in LL_RADIO_TIMER_GetAbsoluteTime() function