STM32F439xx HAL User Manual
Defines
Oscillator Type
RCC Exported Constants

Defines

#define RCC_OSCILLATORTYPE_NONE   0x00000000U
#define RCC_OSCILLATORTYPE_HSE   0x00000001U
#define RCC_OSCILLATORTYPE_HSI   0x00000002U
#define RCC_OSCILLATORTYPE_LSE   0x00000004U
#define RCC_OSCILLATORTYPE_LSI   0x00000008U

Define Documentation

#define RCC_OSCILLATORTYPE_HSE   0x00000001U

Definition at line 125 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

#define RCC_OSCILLATORTYPE_HSI   0x00000002U

Definition at line 126 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

#define RCC_OSCILLATORTYPE_LSE   0x00000004U

Definition at line 127 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

#define RCC_OSCILLATORTYPE_LSI   0x00000008U

Definition at line 128 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

#define RCC_OSCILLATORTYPE_NONE   0x00000000U

Definition at line 124 of file stm32f4xx_hal_rcc.h.