Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc_ex.c237 __HAL_RCC_HSE_PREDIV2_CONFIG(PeriphClkInit->PLLI2S.HSEPrediv2Value); in HAL_RCCEx_PeriphCLKConfig()
646 __HAL_RCC_HSE_PREDIV2_CONFIG(PLLI2SInit->HSEPrediv2Value); in HAL_RCCEx_EnablePLLI2S()
779 __HAL_RCC_HSE_PREDIV2_CONFIG(PLL2Init->HSEPrediv2Value); in HAL_RCCEx_EnablePLL2()
Dstm32f1xx_hal_rcc.c639 __HAL_RCC_HSE_PREDIV2_CONFIG(RCC_OscInitStruct->PLL2.HSEPrediv2Value); in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h1749 #define __HAL_RCC_HSE_PREDIV2_CONFIG(__HSE_PREDIV2_VALUE__) \ macro