Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c130 …uint8_t hostIsRadioPending; /*!< If hostIsRadioPending is true, the virtual timer callback will be… member
629 RADIO_TIMER_Context.hostIsRadioPending = 1; in HAL_RADIO_TIMER_SetRadioTimerValue()
971 if (RADIO_TIMER_Context.hostIsRadioPending) in HAL_RADIO_TIMER_WakeUpCallback()
973 RADIO_TIMER_Context.hostIsRadioPending = 0; in HAL_RADIO_TIMER_WakeUpCallback()
991 RADIO_TIMER_Context.hostIsRadioPending = 0; in HAL_RADIO_TIMER_TimeoutCallback()
1271 RADIO_TIMER_Context.hostIsRadioPending = 1; in _update_user_timeout()