STM32F479xx 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 151 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 152 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().