Searched refs:PLLSAI1R (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rcc_ex.c | 943 …PeriphClkInit->PLLSAI1.PLLSAI1R = ((READ_BIT(RCC->PLLSAI1CFGR, RCC_PLLSAI1CFGR_PLLSAI1R) >> RCC_PL… in HAL_RCCEx_GetPeriphCLKConfig() 2069 assert_param(IS_RCC_PLLSAI1R_VALUE(PLLSAI1Init->PLLSAI1R)); in HAL_RCCEx_EnablePLLSAI1() 2093 …SAI1M, PLLSAI1Init->PLLSAI1N, PLLSAI1Init->PLLSAI1P, PLLSAI1Init->PLLSAI1Q, PLLSAI1Init->PLLSAI1R); in HAL_RCCEx_EnablePLLSAI1() 2097 …CONFIG(PLLSAI1Init->PLLSAI1N, PLLSAI1Init->PLLSAI1P, PLLSAI1Init->PLLSAI1Q, PLLSAI1Init->PLLSAI1R); in HAL_RCCEx_EnablePLLSAI1() 3054 assert_param(IS_RCC_PLLSAI1R_VALUE(PllSai1->PLLSAI1R)); in RCCEx_PLLSAI1_Config() 3060 (((PllSai1->PLLSAI1R >> 1U) - 1U) << RCC_PLLSAI1CFGR_PLLSAI1R_Pos) | in RCCEx_PLLSAI1_Config() 3067 (((PllSai1->PLLSAI1R >> 1U) - 1U) << RCC_PLLSAI1CFGR_PLLSAI1R_Pos)); in RCCEx_PLLSAI1_Config()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc_ex.c | 704 …PeriphClkInit->PLLSAI1.PLLSAI1R = (uint32_t)(((RCC->PLLSAI1CFGR & RCC_PLLSAI1CFGR_PLLSAI1R) >> RCC… in HAL_RCCEx_GetPeriphCLKConfig() 1637 assert_param(IS_RCC_PLLSAI1R_VALUE(PLLSAI1Init->PLLSAI1R)); in HAL_RCCEx_EnablePLLSAI1() 1670 PLLSAI1Init->PLLSAI1P, PLLSAI1Init->PLLSAI1Q, PLLSAI1Init->PLLSAI1R); in HAL_RCCEx_EnablePLLSAI1() 2610 assert_param(IS_RCC_PLLSAI1R_VALUE(pPllSai1->PLLSAI1R)); in RCCEx_PLLSAI1_Config() 2616 (((pPllSai1->PLLSAI1R >> 1U) - 1U) << RCC_PLLSAI1CFGR_PLLSAI1R_Pos) | in RCCEx_PLLSAI1_Config()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 64 uint32_t PLLSAI1R; /*!< PLLSAI1R: specifies the division factor for ADC clock. member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc_ex.h | 70 uint32_t PLLSAI1R; /*!< PLLSAI1R: specifies the division factor for ADC clock. member
|