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

Macros

#define __HAL_RCC_LSI_ENABLE()
 Macros to enable or disable the Internal Low Speed oscillator (LSI).
#define __HAL_RCC_LSI_DISABLE()

Detailed Description

Macro Definition Documentation

◆ __HAL_RCC_LSI_DISABLE

#define __HAL_RCC_LSI_DISABLE ( )
Value:
(*(__IO uint32_t *) RCC_CSR_LSION_BB = DISABLE)
#define RCC_CSR_LSION_BB

Definition at line 860 of file stm32f4xx_hal_rcc.h.

◆ __HAL_RCC_LSI_ENABLE

#define __HAL_RCC_LSI_ENABLE ( )
Value:
(*(__IO uint32_t *) RCC_CSR_LSION_BB = ENABLE)

Macros to enable or disable the Internal Low Speed oscillator (LSI).

Note
After enabling the LSI, the application software should wait on LSIRDY flag to be set indicating that LSI clock is stable and can be used to clock the IWDG and/or the RTC.
LSI can not be disabled if the IWDG is running.
When the LSI is stopped, LSIRDY flag goes low after 6 LSI oscillator clock cycles.

Definition at line 859 of file stm32f4xx_hal_rcc.h.