STM32F439xx HAL User Manual
Defines
LSI Config
RCC Exported Constants

Defines

#define RCC_LSI_OFF   ((uint8_t)0x00)
#define RCC_LSI_ON   ((uint8_t)0x01)

Define Documentation

#define RCC_LSI_OFF   ((uint8_t)0x00)

Definition at line 167 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

#define RCC_LSI_ON   ((uint8_t)0x01)

Definition at line 168 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().