Home
last modified time | relevance | path

Searched refs:RCC_SAI1CLKSOURCE_PLLSAI1 (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h523 #define RCC_SAI1CLKSOURCE_PLLSAI1 0x00000000U macro
2725 (((__SOURCE__) == RCC_SAI1CLKSOURCE_PLLSAI1) || \
2732 (((__SOURCE__) == RCC_SAI1CLKSOURCE_PLLSAI1) || \
2741 (((__SOURCE__) == RCC_SAI1CLKSOURCE_PLLSAI1) || \
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h123 (((__SOURCE__) == RCC_SAI1CLKSOURCE_PLLSAI1) || \
522 #define RCC_SAI1CLKSOURCE_PLLSAI1 LL_RCC_SAI1_CLKSOURCE_PLLSAI1 /*!< PLLSAI "P" clock selecte… macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h397 #define RCC_SAI1CLKSOURCE_PLLSAI1 0U /*!< PLLSAI1 "P" clock (PLLSAI1CLK) */ macro
2032 (((__SOURCE__) == RCC_SAI1CLKSOURCE_PLLSAI1) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c223 case RCC_SAI1CLKSOURCE_PLLSAI1: /* PLLSAI1 is used as clock source for SAI1*/ in HAL_RCCEx_PeriphCLKConfig()
3449 else if(srcclk == RCC_SAI1CLKSOURCE_PLLSAI1) in RCCEx_GetSAIxPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c172 case RCC_SAI1CLKSOURCE_PLLSAI1: /* PLLSAI1 is used as clock source for SAI1 */ in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c170 case RCC_SAI1CLKSOURCE_PLLSAI1: /* PLLSAI1 is used as clock source for SAI1*/ in HAL_RCCEx_PeriphCLKConfig()