Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c129 static HAL_StatusTypeDef RCC_PLL_Config(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit);
131 static uint32_t RCC_PLL_IsNewConfig(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit);
2024 static HAL_StatusTypeDef RCC_PLL_Config(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit) in RCC_PLL_Config() argument
2037 if (pPLLInit->PLLState == RCC_PLL_ON) in RCC_PLL_Config()
2040 assert_param(IS_RCC_PLLSOURCE(pPLLInit->PLLSource)); in RCC_PLL_Config()
2041 assert_param(IS_RCC_PLLFRACN_VALUE(pPLLInit->PLLFractional)); in RCC_PLL_Config()
2042 assert_param(IS_RCC_PLLM_VALUE(pPLLInit->PLLM)); in RCC_PLL_Config()
2043 assert_param(IS_RCC_PLLN_VALUE(pPLLInit->PLLN)); in RCC_PLL_Config()
2044 assert_param(IS_RCC_PLLP_VALUE(pPLLInit->PLLP1)); in RCC_PLL_Config()
2045 assert_param(IS_RCC_PLLP_VALUE(pPLLInit->PLLP2)); in RCC_PLL_Config()
[all …]
Dstm32n6xx_hal_rcc_ex.c3141 HAL_StatusTypeDef HAL_RCCEx_PLLSSCGConfig(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit, in HAL_RCCEx_PLLSSCGConfig() argument
3154 if (pPLLInit->PLLState == RCC_PLL_ON) in HAL_RCCEx_PLLSSCGConfig()
3157 assert_param(IS_RCC_PLLSOURCE(pPLLInit->PLLSource)); in HAL_RCCEx_PLLSSCGConfig()
3158 assert_param(IS_RCC_PLLFRACN_VALUE(pPLLInit->PLLFractional)); in HAL_RCCEx_PLLSSCGConfig()
3159 assert_param(IS_RCC_PLLM_VALUE(pPLLInit->PLLM)); in HAL_RCCEx_PLLSSCGConfig()
3160 assert_param(IS_RCC_PLLN_VALUE(pPLLInit->PLLN)); in HAL_RCCEx_PLLSSCGConfig()
3161 assert_param(IS_RCC_PLLP_VALUE(pPLLInit->PLLP1)); in HAL_RCCEx_PLLSSCGConfig()
3162 assert_param(IS_RCC_PLLP_VALUE(pPLLInit->PLLP2)); in HAL_RCCEx_PLLSSCGConfig()
3163 assert_param(IS_RCC_PLLP_VALUE(pPLLInit->PLLP2)); in HAL_RCCEx_PLLSSCGConfig()
3188 (pPLLInit->PLLSource | (pPLLInit->PLLM << RCC_PLL1CFGR1_PLL1DIVM_Pos) \ in HAL_RCCEx_PLLSSCGConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c135 static HAL_StatusTypeDef RCC_PLL_Config(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit);
1937 static HAL_StatusTypeDef RCC_PLL_Config(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit) in RCC_PLL_Config() argument
1970 if (pPLLInit->PLLState == RCC_PLL_ON) in RCC_PLL_Config()
1973 assert_param(IS_RCC_PLLSOURCE(pPLLInit->PLLSource)); in RCC_PLL_Config()
1974 assert_param(IS_RCC_PLLM_VALUE(pPLLInit->PLLM)); in RCC_PLL_Config()
1975 assert_param(IS_RCC_PLLN_VALUE(pPLLInit->PLLN)); in RCC_PLL_Config()
1976 assert_param(IS_RCC_PLLP_VALUE(pPLLInit->PLLP)); in RCC_PLL_Config()
1977 assert_param(IS_RCC_PLLQ_VALUE(pPLLInit->PLLQ)); in RCC_PLL_Config()
1978 assert_param(IS_RCC_PLLR_VALUE(pPLLInit->PLLR)); in RCC_PLL_Config()
1979 assert_param(IS_RCC_PLLS_VALUE(pPLLInit->PLLS)); in RCC_PLL_Config()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2609 HAL_StatusTypeDef HAL_RCCEx_PLLSSCGConfig(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit,