Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h595 #define RCC_SDMMC1CLKSOURCE_PLLSAI1 RCC_CCIPR_CLK48SEL_0 /*!< PLLSAI1 "Q" clock selected as … macro
2784 ((__SOURCE__) == RCC_SDMMC1CLKSOURCE_PLLSAI1) || \
2792 ((__SOURCE__) == RCC_SDMMC1CLKSOURCE_PLLSAI1) || \
2799 ((__SOURCE__) == RCC_SDMMC1CLKSOURCE_PLLSAI1) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h465 #define RCC_SDMMC1CLKSOURCE_PLLSAI1 RCC_CCIPR1_CLK48MSEL_0 /*!< PLLSAI1 "Q" clock (PLL48M2CLK) v… macro
2070 ((__SOURCE__) == RCC_SDMMC1CLKSOURCE_PLLSAI1) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c562 if (PeriphClkInit->Sdmmc1ClockSelection == RCC_SDMMC1CLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c592 else if(PeriphClkInit->Sdmmc1ClockSelection == RCC_SDMMC1CLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()