Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c1124 freq = LL_RADIO_TIMER_GetLSIFrequency(RADIO_CTRL); in _get_calibration_data()
1126 while (freq != LL_RADIO_TIMER_GetLSIFrequency(RADIO_CTRL) || freq == 0) in _get_calibration_data()
1128 freq = LL_RADIO_TIMER_GetLSIFrequency(RADIO_CTRL); in _get_calibration_data()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio_timer.h660 __STATIC_INLINE uint32_t LL_RADIO_TIMER_GetLSIFrequency(RADIO_CTRL_TypeDef *RADIO_CTRLx) in LL_RADIO_TIMER_GetLSIFrequency() function