STM32H735xx HAL User Manual
|
Defines | |
#define | PLL2_TIMEOUT_VALUE PLL_TIMEOUT_VALUE /* 2 ms */ |
#define | PLL3_TIMEOUT_VALUE PLL_TIMEOUT_VALUE /* 2 ms */ |
#define | DIVIDER_P_UPDATE 0U |
#define | DIVIDER_Q_UPDATE 1U |
#define | DIVIDER_R_UPDATE 2U |
#define DIVIDER_P_UPDATE 0U |
Definition at line 44 of file stm32h7xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_PeriphCLKConfig(), RCCEx_PLL2_Config(), and RCCEx_PLL3_Config().
#define DIVIDER_Q_UPDATE 1U |
Definition at line 45 of file stm32h7xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_PeriphCLKConfig(), RCCEx_PLL2_Config(), and RCCEx_PLL3_Config().
#define DIVIDER_R_UPDATE 2U |
Definition at line 46 of file stm32h7xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_PeriphCLKConfig().
#define PLL2_TIMEOUT_VALUE PLL_TIMEOUT_VALUE /* 2 ms */ |
Definition at line 41 of file stm32h7xx_hal_rcc_ex.c.
Referenced by RCCEx_PLL2_Config().
#define PLL3_TIMEOUT_VALUE PLL_TIMEOUT_VALUE /* 2 ms */ |
Definition at line 42 of file stm32h7xx_hal_rcc_ex.c.
Referenced by RCCEx_PLL3_Config().