TUKS MCU Introductory course / TUKS-COURSE-TIMER
Embed: (wiki syntax)

« Back to documentation index

LSI

Functions

__STATIC_INLINE void LL_RCC_LSI_Enable (void)
 Enable LSI Oscillator CSR LSION LL_RCC_LSI_Enable.
__STATIC_INLINE void LL_RCC_LSI_Disable (void)
 Disable LSI Oscillator CSR LSION LL_RCC_LSI_Disable.
__STATIC_INLINE uint32_t LL_RCC_LSI_IsReady (void)
 Check if LSI is Ready CSR LSIRDY LL_RCC_LSI_IsReady.

Function Documentation

__STATIC_INLINE void LL_RCC_LSI_Disable ( void   )

Disable LSI Oscillator CSR LSION LL_RCC_LSI_Disable.

Return values:
None

Definition at line 1727 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_LSI_Enable ( void   )

Enable LSI Oscillator CSR LSION LL_RCC_LSI_Enable.

Return values:
None

Definition at line 1717 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_LSI_IsReady ( void   )

Check if LSI is Ready CSR LSIRDY LL_RCC_LSI_IsReady.

Return values:
Stateof bit (1 or 0).

Definition at line 1737 of file stm32l4xx_ll_rcc.h.