STM32L443xx HAL User Manual
|
Defines | |
#define | RCC_SDMMC1CLKSOURCE_HSI48 0x00000000U |
#define | RCC_SDMMC1CLKSOURCE_PLLSAI1 RCC_CCIPR_CLK48SEL_0 |
#define | RCC_SDMMC1CLKSOURCE_PLL RCC_CCIPR_CLK48SEL_1 |
#define | RCC_SDMMC1CLKSOURCE_MSI RCC_CCIPR_CLK48SEL |
#define RCC_SDMMC1CLKSOURCE_HSI48 0x00000000U |
HSI48 clock selected as SDMMC1 clock
Definition at line 591 of file stm32l4xx_hal_rcc_ex.h.
#define RCC_SDMMC1CLKSOURCE_MSI RCC_CCIPR_CLK48SEL |
MSI clock selected as SDMMC1 clock
Definition at line 597 of file stm32l4xx_hal_rcc_ex.h.
#define RCC_SDMMC1CLKSOURCE_PLL RCC_CCIPR_CLK48SEL_1 |
PLL "Q" clock selected as SDMMC1 clock
Definition at line 596 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_PeriphCLKConfig().
#define RCC_SDMMC1CLKSOURCE_PLLSAI1 RCC_CCIPR_CLK48SEL_0 |
PLLSAI1 "Q" clock selected as SDMMC1 clock
Definition at line 595 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_PeriphCLKConfig().