STM32L443xx HAL User Manual
|
Defines | |
#define | PLLSAI1_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
#define | PLLSAI2_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
#define | PLL_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
#define | DIVIDER_P_UPDATE 0U |
#define | DIVIDER_Q_UPDATE 1U |
#define | DIVIDER_R_UPDATE 2U |
#define | __LSCO_CLK_ENABLE() __HAL_RCC_GPIOA_CLK_ENABLE() |
#define | LSCO_GPIO_PORT GPIOA |
#define | LSCO_PIN GPIO_PIN_2 |
#define | RCC_PERIPHCLOCK_ALL |
#define __LSCO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOA_CLK_ENABLE() |
Definition at line 51 of file stm32l4xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_EnableLSCO().
#define DIVIDER_P_UPDATE 0U |
Definition at line 47 of file stm32l4xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_PeriphCLKConfig(), and RCCEx_PLLSAI1_Config().
#define DIVIDER_Q_UPDATE 1U |
Definition at line 48 of file stm32l4xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_PeriphCLKConfig(), and RCCEx_PLLSAI1_Config().
#define DIVIDER_R_UPDATE 2U |
Definition at line 49 of file stm32l4xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_PeriphCLKConfig().
#define LSCO_GPIO_PORT GPIOA |
Definition at line 52 of file stm32l4xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_EnableLSCO().
#define LSCO_PIN GPIO_PIN_2 |
Definition at line 53 of file stm32l4xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_EnableLSCO().
#define PLL_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 45 of file stm32l4xx_hal_rcc_ex.c.
#define PLLSAI1_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 43 of file stm32l4xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_DisablePLLSAI1(), HAL_RCCEx_EnablePLLSAI1(), and RCCEx_PLLSAI1_Config().
#define PLLSAI2_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 44 of file stm32l4xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_PeriphCLKConfig().
#define RCC_PERIPHCLOCK_ALL |
(RCC_PERIPHCLK_USART1 | RCC_PERIPHCLK_USART2 | RCC_PERIPHCLK_USART3 |\ RCC_PERIPHCLK_LPUART1 | \ RCC_PERIPHCLK_I2C1 | RCC_PERIPHCLK_I2C2 | RCC_PERIPHCLK_I2C3 | \ RCC_PERIPHCLK_LPTIM1 | RCC_PERIPHCLK_LPTIM2 | \ RCC_PERIPHCLK_SAI1 | \ RCC_PERIPHCLK_USB | RCC_PERIPHCLK_ADC | RCC_PERIPHCLK_SWPMI1 | \ RCC_PERIPHCLK_RTC | RCC_PERIPHCLK_RNG | RCC_PERIPHCLK_SDMMC1)
Definition at line 2523 of file stm32l4xx_hal_rcc_ex.h.