STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
RCC LSE Dual Mode Selection
Collaboration diagram for RCC LSE Dual Mode Selection:

Macros

#define RCC_LSE_LOWPOWER_MODE   ((uint8_t)0x00)
 
#define RCC_LSE_HIGHDRIVE_MODE   ((uint8_t)0x01)
 

Detailed Description

Macro Definition Documentation

◆ RCC_LSE_LOWPOWER_MODE

#define RCC_LSE_LOWPOWER_MODE   ((uint8_t)0x00)

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 913 of file stm32f4xx_hal_rcc_ex.h.

◆ RCC_LSE_HIGHDRIVE_MODE

#define RCC_LSE_HIGHDRIVE_MODE   ((uint8_t)0x01)

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 914 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_SelectLSEMode().