Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c127 uint8_t stop_notimer_action; /*!< Flag to indicate DEEPSTOP no timer action */ member
362 RADIO_TIMER_Context.stop_notimer_action = FALSE; in HAL_RADIO_TIMER_Init()
440 … if ((RADIO_TIMER_Context.wakeup_calibration == FALSE) && RADIO_TIMER_Context.stop_notimer_action) in HAL_RADIO_TIMER_Tick()
442 RADIO_TIMER_Context.stop_notimer_action = FALSE; in HAL_RADIO_TIMER_Tick()
573 RADIO_TIMER_Context.stop_notimer_action = TRUE; in HAL_RADIO_TIMER_PowerSaveLevelCheck()