Home
last modified time | relevance | path

Searched defs:PLLnumber (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c2024 static HAL_StatusTypeDef RCC_PLL_Config(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit) in RCC_PLL_Config()
2175 static HAL_StatusTypeDef RCC_PLL_Enable(uint32_t PLLnumber) in RCC_PLL_Enable()
2205 static uint32_t RCC_PLL_IsNewConfig(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit) in RCC_PLL_IsNewConfig()
Dstm32n6xx_hal_rcc_ex.c3141 HAL_StatusTypeDef HAL_RCCEx_PLLSSCGConfig(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit, in HAL_RCCEx_PLLSSCGConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c1937 static HAL_StatusTypeDef RCC_PLL_Config(uint32_t PLLnumber, const RCC_PLLInitTypeDef *pPLLInit) in RCC_PLL_Config()