|
STM32G474xx HAL User Manual
|
Defines | |
| #define | HSE_TIMEOUT_VALUE HSE_STARTUP_TIMEOUT |
| #define | HSI_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
| #define | LSI_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
| #define | HSI48_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
| #define | PLL_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
| #define | CLOCKSWITCH_TIMEOUT_VALUE 5000U /* 5 s */ |
| #define | CR_REG_INDEX 1U |
| #define | BDCR_REG_INDEX 2U |
| #define | CSR_REG_INDEX 3U |
| #define | CRRCR_REG_INDEX 4U |
| #define | RCC_FLAG_MASK 0x1FU |
| #define | RCC_CLOCKTYPE_ALL (RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_PCLK1 | RCC_CLOCKTYPE_PCLK2) |
| #define BDCR_REG_INDEX 2U |
Definition at line 3239 of file stm32g4xx_hal_rcc.h.
| #define CLOCKSWITCH_TIMEOUT_VALUE 5000U /* 5 s */ |
Definition at line 75 of file stm32g4xx_hal_rcc.c.
Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_DeInit().
| #define CR_REG_INDEX 1U |
Definition at line 3238 of file stm32g4xx_hal_rcc.h.
| #define CRRCR_REG_INDEX 4U |
Definition at line 3241 of file stm32g4xx_hal_rcc.h.
| #define CSR_REG_INDEX 3U |
Definition at line 3240 of file stm32g4xx_hal_rcc.h.
| #define HSE_TIMEOUT_VALUE HSE_STARTUP_TIMEOUT |
Definition at line 70 of file stm32g4xx_hal_rcc.c.
Referenced by HAL_RCC_OscConfig().
| #define HSI48_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 73 of file stm32g4xx_hal_rcc.c.
Referenced by HAL_RCC_OscConfig().
| #define HSI_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 71 of file stm32g4xx_hal_rcc.c.
Referenced by HAL_RCC_DeInit(), and HAL_RCC_OscConfig().
| #define LSI_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 72 of file stm32g4xx_hal_rcc.c.
Referenced by HAL_RCC_OscConfig().
| #define PLL_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 74 of file stm32g4xx_hal_rcc.c.
Referenced by HAL_RCC_DeInit(), and HAL_RCC_OscConfig().
| #define RCC_CLOCKTYPE_ALL (RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_PCLK1 | RCC_CLOCKTYPE_PCLK2) |
All clcoktype to configure
Definition at line 3246 of file stm32g4xx_hal_rcc.h.
| #define RCC_FLAG_MASK 0x1FU |
Definition at line 3243 of file stm32g4xx_hal_rcc.h.
1.7.6.1