STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for Oscillator Type:

Macros

#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

Detailed Description

Macro Definition Documentation

◆ RCC_OSCILLATORTYPE_HSE

#define RCC_OSCILLATORTYPE_HSE   0x00000001U

Definition at line 107 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_InitTick().

◆ RCC_OSCILLATORTYPE_HSI

#define RCC_OSCILLATORTYPE_HSI   0x00000002U

Definition at line 108 of file stm32f4xx_hal_rcc.h.

◆ RCC_OSCILLATORTYPE_LSE

#define RCC_OSCILLATORTYPE_LSE   0x00000004U

Definition at line 109 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_InitTick().

◆ RCC_OSCILLATORTYPE_LSI

#define RCC_OSCILLATORTYPE_LSI   0x00000008U

Definition at line 110 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_InitTick().

◆ RCC_OSCILLATORTYPE_NONE

#define RCC_OSCILLATORTYPE_NONE   0x00000000U

Definition at line 106 of file stm32f4xx_hal_rcc.h.