Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c208 #define INCREMENT_EXPIRE_COUNT_ISR (RADIO_TIMER_Context.expired_count\
209 …= ((RADIO_TIMER_Context.expired_count + 1) == RADIO_TIMER_Context.served_count) ? RADIO_TIMER_Cont…
220 static RADIO_TIMER_ContextTypeDef RADIO_TIMER_Context; variable
314 RADIO_TIMER_Context.hostMargin = MAX(HOST_MARGIN, RADIO_TIMER_InitStruct->XTAL_StartupTime); in HAL_RADIO_TIMER_Init()
318RADIO_TIMER_Context.calibrationSettings.periodicCalibration = (RADIO_TIMER_InitStruct->periodicCal… in HAL_RADIO_TIMER_Init()
319 …if (RADIO_TIMER_Context.calibrationSettings.periodicCalibration || RADIO_TIMER_InitStruct->enableI… in HAL_RADIO_TIMER_Init()
326 RADIO_TIMER_Context.calibrationData.last_period1 = 0x00190000; in HAL_RADIO_TIMER_Init()
327 RADIO_TIMER_Context.calibrationData.period1 = 0x00190000 ; in HAL_RADIO_TIMER_Init()
328 RADIO_TIMER_Context.calibrationData.freq1 = 0x0028F5C2 ; in HAL_RADIO_TIMER_Init()
329 RADIO_TIMER_Context.calibrationData.period = 23437; in HAL_RADIO_TIMER_Init()
[all …]