Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c541 … && !(timerState == RADIO_TIMER1_BUSY)) || RADIO_TIMER_Context.radioTimer.intTxRx_to_be_served) in HAL_RADIO_TIMER_PowerSaveLevelCheck()
555 if ((timerState == RADIO_TIMER2_BUSY) || (timerState == RADIO_TIMER1_BUSY)) in HAL_RADIO_TIMER_PowerSaveLevelCheck()
1742 return RADIO_TIMER1_BUSY; in TIMER_GetRadioTimerValue()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio_timer.h112 #define RADIO_TIMER1_BUSY (0x01U) macro