Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c709 …PeriphClkInit->PLLSAI2.PLLSAI2Source = (uint32_t)((RCC->PLLSAI2CFGR & RCC_PLLSAI2CFGR_PLLSAI2SRC) … in HAL_RCCEx_GetPeriphCLKConfig()
1749 assert_param(IS_RCC_PLLSAI2SOURCE(PLLSAI2Init->PLLSAI2Source)); in HAL_RCCEx_EnablePLLSAI2()
1778 status = RCCEx_PLLSource_Enable(PLLSAI2Init->PLLSAI2Source); in HAL_RCCEx_EnablePLLSAI2()
1784 … __HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2Source, PLLSAI2Init->PLLSAI2M, PLLSAI2Init->PLLSAI2N, in HAL_RCCEx_EnablePLLSAI2()
2671 assert_param(IS_RCC_PLLSAI2SOURCE(pPllSai2->PLLSAI2Source)); in RCCEx_PLLSAI2_Config()
2677 switch (pPllSai2->PLLSAI2Source) in RCCEx_PLLSAI2_Config()
2736 pPllSai2->PLLSAI2Source); in RCCEx_PLLSAI2_Config()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h79 uint32_t PLLSAI2Source; /*!< PLLSAI2Source: PLLSAI2 entry clock source. member