Home
last modified time | relevance | path

Searched refs:PLLSAI2Init (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c2176 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI2(RCC_PLLSAI2InitTypeDef *PLLSAI2Init) in HAL_RCCEx_EnablePLLSAI2() argument
2182 assert_param(IS_RCC_PLLSAI2SOURCE(PLLSAI2Init->PLLSAI2Source)); in HAL_RCCEx_EnablePLLSAI2()
2183 assert_param(IS_RCC_PLLSAI2M_VALUE(PLLSAI2Init->PLLSAI2M)); in HAL_RCCEx_EnablePLLSAI2()
2184 assert_param(IS_RCC_PLLSAI2N_VALUE(PLLSAI2Init->PLLSAI2N)); in HAL_RCCEx_EnablePLLSAI2()
2185 assert_param(IS_RCC_PLLSAI2P_VALUE(PLLSAI2Init->PLLSAI2P)); in HAL_RCCEx_EnablePLLSAI2()
2187 assert_param(IS_RCC_PLLSAI2Q_VALUE(PLLSAI2Init->PLLSAI2Q)); in HAL_RCCEx_EnablePLLSAI2()
2189 assert_param(IS_RCC_PLLSAI2R_VALUE(PLLSAI2Init->PLLSAI2R)); in HAL_RCCEx_EnablePLLSAI2()
2190 assert_param(IS_RCC_PLLSAI2CLOCKOUT_VALUE(PLLSAI2Init->PLLSAI2ClockOut)); 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()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c1741 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI2(RCC_PLLSAI2InitTypeDef *PLLSAI2Init) in HAL_RCCEx_EnablePLLSAI2() argument
1747 assert_param(IS_RCC_PLLSAI2SOURCE(PLLSAI2Init->PLLSAI2Source)); in HAL_RCCEx_EnablePLLSAI2()
1748 assert_param(IS_RCC_PLLSAI2M_VALUE(PLLSAI2Init->PLLSAI2M)); in HAL_RCCEx_EnablePLLSAI2()
1749 assert_param(IS_RCC_PLLSAI2N_VALUE(PLLSAI2Init->PLLSAI2N)); in HAL_RCCEx_EnablePLLSAI2()
1750 assert_param(IS_RCC_PLLSAI2P_VALUE(PLLSAI2Init->PLLSAI2P)); in HAL_RCCEx_EnablePLLSAI2()
1751 assert_param(IS_RCC_PLLSAI2CLOCKOUT_VALUE(PLLSAI2Init->PLLSAI2ClockOut)); in HAL_RCCEx_EnablePLLSAI2()
1776 status = RCCEx_PLLSource_Enable(PLLSAI2Init->PLLSAI2Source); in HAL_RCCEx_EnablePLLSAI2()
1782 … __HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2Source, PLLSAI2Init->PLLSAI2M, PLLSAI2Init->PLLSAI2N, in HAL_RCCEx_EnablePLLSAI2()
1783 PLLSAI2Init->PLLSAI2P); in HAL_RCCEx_EnablePLLSAI2()
1785 __HAL_RCC_PLLSAI2CLKOUT_ENABLE(PLLSAI2Init->PLLSAI2ClockOut); in HAL_RCCEx_EnablePLLSAI2()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h1902 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI2(RCC_PLLSAI2InitTypeDef *PLLSAI2Init);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h2444 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI2(RCC_PLLSAI2InitTypeDef *PLLSAI2Init);