Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c302 void HAL_RADIO_TIMER_Init(RADIO_TIMER_InitTypeDef *RADIO_TIMER_InitStruct) in HAL_RADIO_TIMER_Init() argument
314 RADIO_TIMER_Context.hostMargin = MAX(HOST_MARGIN, RADIO_TIMER_InitStruct->XTAL_StartupTime); in HAL_RADIO_TIMER_Init()
318 …RADIO_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()
332 if (RADIO_TIMER_InitStruct->periodicCalibrationInterval == 0) in HAL_RADIO_TIMER_Init()
338 …Settings.periodicCalibrationInterval = (TIMER_SYSTICK_PER_10MS * RADIO_TIMER_InitStruct->periodicC… in HAL_RADIO_TIMER_Init()
345 RADIO_TIMER_Context.hs_startup_time = RADIO_TIMER_InitStruct->XTAL_StartupTime; in HAL_RADIO_TIMER_Init()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio_timer.h139 void HAL_RADIO_TIMER_Init(RADIO_TIMER_InitTypeDef *RADIO_TIMER_InitStruct);