Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c703 LL_RADIO_TIMER_SetTimeout(BLUE, event_time); in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
799 LL_RADIO_TIMER_SetTimeout(BLUE, ((current_time + 2) & TIMER_MAX_VALUE)); in HAL_RADIO_TIMER_SetRadioCloseTimeout()
1665 LL_RADIO_TIMER_SetTimeout(BLUE, ((current_time + delay) & TIMER_MAX_VALUE)); in TIMER_SetRadioTimerValue()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio_timer.h155 __STATIC_INLINE void LL_RADIO_TIMER_SetTimeout(BLUE_TypeDef *BLUEx, uint32_t timeout) in LL_RADIO_TIMER_SetTimeout() function