Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c1747 assert_param(IS_RCC_PLLSAI2SOURCE(PLLSAI2Init->PLLSAI2Source)); in HAL_RCCEx_EnablePLLSAI2()
2669 assert_param(IS_RCC_PLLSAI2SOURCE(pPllSai2->PLLSAI2Source)); in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c2182 assert_param(IS_RCC_PLLSAI2SOURCE(PLLSAI2Init->PLLSAI2Source)); in HAL_RCCEx_EnablePLLSAI2()
3119 assert_param(IS_RCC_PLLSAI2SOURCE(PllSai2->PLLSAI2Source)); in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h2124 #define IS_RCC_PLLSAI2SOURCE(__VALUE__) IS_RCC_PLLSOURCE(__VALUE__) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h2965 #define IS_RCC_PLLSAI2SOURCE(__VALUE__) IS_RCC_PLLSOURCE(__VALUE__) macro