Searched refs:PLLSAI2P (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rcc_ex.c | 958 …PeriphClkInit->PLLSAI2.PLLSAI2P = ((READ_BIT(RCC->PLLSAI2CFGR, RCC_PLLSAI2CFGR_PLLSAI2P) >> RCC_PL… in HAL_RCCEx_GetPeriphCLKConfig() 2185 assert_param(IS_RCC_PLLSAI2P_VALUE(PLLSAI2Init->PLLSAI2P)); in HAL_RCCEx_EnablePLLSAI2() 2213 …__HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2M, PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLS… in HAL_RCCEx_EnablePLLSAI2() 2217 …__HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2M, PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLS… in HAL_RCCEx_EnablePLLSAI2() 2221 …__HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2Q, PLLS… in HAL_RCCEx_EnablePLLSAI2() 2225 __HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2() 3205 assert_param(IS_RCC_PLLSAI2P_VALUE(PllSai2->PLLSAI2P)); in RCCEx_PLLSAI2_Config() 3213 (PllSai2->PLLSAI2P << RCC_PLLSAI2CFGR_PLLSAI2PDIV_Pos) | in RCCEx_PLLSAI2_Config() 3219 ((PllSai2->PLLSAI2P >> 4U) << RCC_PLLSAI2CFGR_PLLSAI2P_Pos) | in RCCEx_PLLSAI2_Config() 3229 (PllSai2->PLLSAI2P << RCC_PLLSAI2CFGR_PLLSAI2PDIV_Pos)); in RCCEx_PLLSAI2_Config() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc_ex.c | 710 …PeriphClkInit->PLLSAI2.PLLSAI2P = (uint32_t)(((RCC->PLLSAI2CFGR & RCC_PLLSAI2CFGR_PLLSAI2P) >> RCC… in HAL_RCCEx_GetPeriphCLKConfig() 1750 assert_param(IS_RCC_PLLSAI2P_VALUE(PLLSAI2Init->PLLSAI2P)); in HAL_RCCEx_EnablePLLSAI2() 1783 PLLSAI2Init->PLLSAI2P); in HAL_RCCEx_EnablePLLSAI2() 2726 assert_param(IS_RCC_PLLSAI2P_VALUE(pPllSai2->PLLSAI2P)); in RCCEx_PLLSAI2_Config() 2732 (pPllSai2->PLLSAI2P << RCC_PLLSAI2CFGR_PLLSAI2PDIV_Pos) | in RCCEx_PLLSAI2_Config()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 86 uint32_t PLLSAI2P; /*!< PLLSAI2P: specifies the division factor for SAI clock. member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc_ex.h | 99 uint32_t PLLSAI2P; /*!< PLLSAI2P: specifies the division factor for SAI clock. member
|