Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c116 RADIO_TIMER_RadioHandleTypeDef radioTimer; member
367 RADIO_TIMER_Context.radioTimer.active = FALSE; in HAL_RADIO_TIMER_Init()
368 RADIO_TIMER_Context.radioTimer.pending = FALSE; in HAL_RADIO_TIMER_Init()
369 RADIO_TIMER_Context.radioTimer.intTxRx_to_be_served = FALSE; in HAL_RADIO_TIMER_Init()
370 RADIO_TIMER_Context.radioTimer.expiryTime = 0; in HAL_RADIO_TIMER_Init()
393 if (RADIO_TIMER_Context.radioTimer.active) in HAL_RADIO_TIMER_Tick()
395 if (RADIO_TIMER_Context.radioTimer.expiryTime < HAL_RADIO_TIMER_GetCurrentSysTime()) in HAL_RADIO_TIMER_Tick()
397 RADIO_TIMER_Context.radioTimer.active = FALSE; in HAL_RADIO_TIMER_Tick()
454 RADIO_TIMER_Context.radioTimer.pending = TRUE; in HAL_RADIO_TIMER_Tick()
455 _check_radio_activity(&RADIO_TIMER_Context.radioTimer, &expired); in HAL_RADIO_TIMER_Tick()
[all …]