Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc_ex.c115 assert_param(IS_RCC_RF_BLE_CLOCK_SOURCE(PeriphClkInit->RFClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
116 __HAL_RCC_RF_CLK_SET_CONFIG(PeriphClkInit->RFClockSelection); in HAL_RCCEx_PeriphCLKConfig()
186 PeriphClkInit->RFClockSelection = __HAL_RCC_RF_CLK_GET_CONFIG(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc_ex.h147 …uint32_t RFClockSelection; /*!< RADIO IP does not use directly the system clock for its APB… member
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Src/
Dstm32wb0x_hal_msp.c154 PeriphClkInitStruct.RFClockSelection = RCC_RF_CLK_16M; in HAL_RADIO_MspInit()