|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_RCC_LSI_Enable (void) |
| Enable LSI Oscillator CSR LSION LL_RCC_LSI_Enable. More... | |
| __STATIC_INLINE void | LL_RCC_LSI_Disable (void) |
| Disable LSI Oscillator CSR LSION LL_RCC_LSI_Disable. More... | |
| __STATIC_INLINE uint32_t | LL_RCC_LSI_IsReady (void) |
| Check if LSI is Ready CSR LSIRDY LL_RCC_LSI_IsReady. More... | |
| __STATIC_INLINE void | LL_RCC_LSI_SetPrediv (uint32_t LSI_PREDIV) |
| Set LSI division factor CSR LSIPREDIV LL_RCC_LSI_SetPrediv. More... | |
| __STATIC_INLINE uint32_t | LL_RCC_LSI_GetPrediv (void) |
| Get LSI division factor CSR LSIPREDIV LL_RCC_LSI_GetPrediv. More... | |
| __STATIC_INLINE void LL_RCC_LSI_Disable | ( | void | ) |
Disable LSI Oscillator CSR LSION LL_RCC_LSI_Disable.
| None |
Definition at line 2432 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSI_Enable | ( | void | ) |
Enable LSI Oscillator CSR LSION LL_RCC_LSI_Enable.
| None |
Definition at line 2422 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_LSI_GetPrediv | ( | void | ) |
Get LSI division factor CSR LSIPREDIV LL_RCC_LSI_GetPrediv.
| Returned | value can be one of the following values:
|
Definition at line 2468 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.
| State | of bit (1 or 0). |
Definition at line 2442 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSI_SetPrediv | ( | uint32_t | LSI_PREDIV | ) |
Set LSI division factor CSR LSIPREDIV LL_RCC_LSI_SetPrediv.
| LSI_PREDIV | This parameter can be one of the following values:
|
| None |
Definition at line 2456 of file stm32l4xx_ll_rcc.h.