Home
last modified time | relevance | path

Searched refs:PLLSAI2R (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c962 …PeriphClkInit->PLLSAI2.PLLSAI2R = ((READ_BIT(RCC->PLLSAI2CFGR, RCC_PLLSAI2CFGR_PLLSAI2R)>> RCC_PLL… in HAL_RCCEx_GetPeriphCLKConfig()
2189 assert_param(IS_RCC_PLLSAI2R_VALUE(PLLSAI2Init->PLLSAI2R)); in HAL_RCCEx_EnablePLLSAI2()
2213 …SAI2M, PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2Q, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2()
2217 …CONFIG(PLLSAI2Init->PLLSAI2M, PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2()
2221 …CONFIG(PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2Q, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2()
2225 __HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2()
3261 assert_param(IS_RCC_PLLSAI2R_VALUE(PllSai2->PLLSAI2R)); in RCCEx_PLLSAI2_Config()
3267 (((PllSai2->PLLSAI2R >> 1U) - 1U) << RCC_PLLSAI2CFGR_PLLSAI2R_Pos) | in RCCEx_PLLSAI2_Config()
3274 (((PllSai2->PLLSAI2R >> 1U) - 1U) << RCC_PLLSAI2CFGR_PLLSAI2R_Pos)); in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h107 uint32_t PLLSAI2R; /*!< PLLSAI2R: specifies the division factor for ADC clock. member