Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c497 || (LL_RADIO_TIMER_IsEnabledTimer1(BLUE))) in HAL_RADIO_TIMER_GetRadioTimerStatus()
811 if (!(LL_RADIO_TIMER_IsEnabledTimer1(BLUE) || LL_RADIO_TIMER_IsEnabledTimer2(BLUE))) in HAL_RADIO_TIMER_RadioTimerIsr()
1555 …if ((LL_RADIO_TIMER_IsEnabledTimer1(BLUE) || LL_RADIO_TIMER_IsEnabledTimer2(BLUE) || (*share != TR… in TIMER_SetRadioHostWakeupTime()
1739 else if (LL_RADIO_TIMER_IsEnabledTimer1(BLUE)) in TIMER_GetRadioTimerValue()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio_timer.h110 __STATIC_INLINE uint32_t LL_RADIO_TIMER_IsEnabledTimer1(BLUE_TypeDef *BLUEx) in LL_RADIO_TIMER_IsEnabledTimer1() function