Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc_ex.c226 assert_param(IS_RCC_HSE_PREDIV2(PeriphClkInit->PLLI2S.HSEPrediv2Value)); in HAL_RCCEx_PeriphCLKConfig()
231 (__HAL_RCC_HSE_GET_PREDIV2() != PeriphClkInit->PLLI2S.HSEPrediv2Value)) in HAL_RCCEx_PeriphCLKConfig()
237 __HAL_RCC_HSE_PREDIV2_CONFIG(PeriphClkInit->PLLI2S.HSEPrediv2Value); in HAL_RCCEx_PeriphCLKConfig()
620 assert_param(IS_RCC_HSE_PREDIV2(PLLI2SInit->HSEPrediv2Value)); in HAL_RCCEx_EnablePLLI2S()
625 (__HAL_RCC_HSE_GET_PREDIV2() != PLLI2SInit->HSEPrediv2Value)) in HAL_RCCEx_EnablePLLI2S()
646 __HAL_RCC_HSE_PREDIV2_CONFIG(PLLI2SInit->HSEPrediv2Value); in HAL_RCCEx_EnablePLLI2S()
753 assert_param(IS_RCC_HSE_PREDIV2(PLL2Init->HSEPrediv2Value)); in HAL_RCCEx_EnablePLL2()
758 (__HAL_RCC_HSE_GET_PREDIV2() != PLL2Init->HSEPrediv2Value)) in HAL_RCCEx_EnablePLL2()
779 __HAL_RCC_HSE_PREDIV2_CONFIG(PLL2Init->HSEPrediv2Value); in HAL_RCCEx_EnablePLL2()
Dstm32f1xx_hal_rcc.c613 assert_param(IS_RCC_HSE_PREDIV2(RCC_OscInitStruct->PLL2.HSEPrediv2Value)); in HAL_RCC_OscConfig()
618 (__HAL_RCC_HSE_GET_PREDIV2() != RCC_OscInitStruct->PLL2.HSEPrediv2Value)) in HAL_RCC_OscConfig()
639 __HAL_RCC_HSE_PREDIV2_CONFIG(RCC_OscInitStruct->PLL2.HSEPrediv2Value); in HAL_RCC_OscConfig()
1297 RCC_OscInitStruct->PLL2.HSEPrediv2Value = __HAL_RCC_HSE_GET_PREDIV2(); in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h215 uint32_t HSEPrediv2Value; /*!< The Prediv2 factor value. member
271 uint32_t HSEPrediv2Value; /*!< The Prediv2 factor value. member