|
STM32F103xB HAL User Manual
|
Defines | |
| #define | RCC_DBP_TIMEOUT_VALUE 100U /* 100 ms */ |
| #define | RCC_LSE_TIMEOUT_VALUE LSE_STARTUP_TIMEOUT |
| #define | CLOCKSWITCH_TIMEOUT_VALUE 5000 /* 5 s */ |
| #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 | PLL_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
| #define CLOCKSWITCH_TIMEOUT_VALUE 5000 /* 5 s */ |
Definition at line 1205 of file stm32f1xx_hal_rcc.h.
Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_DeInit().
| #define HSE_TIMEOUT_VALUE HSE_STARTUP_TIMEOUT |
Definition at line 1206 of file stm32f1xx_hal_rcc.h.
Referenced by HAL_RCC_DeInit(), and HAL_RCC_OscConfig().
| #define HSI_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 1207 of file stm32f1xx_hal_rcc.h.
Referenced by HAL_RCC_DeInit(), and HAL_RCC_OscConfig().
| #define LSI_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 1208 of file stm32f1xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
| #define PLL_TIMEOUT_VALUE 2U /* 2 ms (minimum Tick + 1) */ |
Definition at line 1209 of file stm32f1xx_hal_rcc.h.
Referenced by HAL_RCC_DeInit(), and HAL_RCC_OscConfig().
| #define RCC_DBP_TIMEOUT_VALUE 100U /* 100 ms */ |
Definition at line 1202 of file stm32f1xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig(), and HAL_RCCEx_PeriphCLKConfig().
Definition at line 1204 of file stm32f1xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig(), and HAL_RCCEx_PeriphCLKConfig().
1.7.6.1