|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RCC_SetSysClkSource (uint32_t Source) |
| Configure the system clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetSysClkSource (void) |
| Get the system clock source. | |
| __STATIC_INLINE void | LL_RCC_SetAHBPrescaler (uint32_t Prescaler) |
| Set AHB prescaler. | |
| __STATIC_INLINE void | LL_RCC_SetAPB1Prescaler (uint32_t Prescaler) |
| Set APB1 prescaler. | |
| __STATIC_INLINE void | LL_RCC_SetAPB2Prescaler (uint32_t Prescaler) |
| Set APB2 prescaler. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetAHBPrescaler (void) |
| Get AHB prescaler. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetAPB1Prescaler (void) |
| Get APB1 prescaler. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetAPB2Prescaler (void) |
| Get APB2 prescaler. | |
| __STATIC_INLINE void | LL_RCC_SetClkAfterWakeFromStop (uint32_t Clock) |
| Set Clock After Wake-Up From Stop mode. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetClkAfterWakeFromStop (void) |
| Get Clock After Wake-Up From Stop mode. | |
| __STATIC_INLINE uint32_t LL_RCC_GetAHBPrescaler | ( | void | ) |
Get AHB prescaler.
| Returned | value can be one of the following values: |
Definition at line 2825 of file stm32l4xx_ll_rcc.h.
Referenced by RCC_GetHCLKClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetAPB1Prescaler | ( | void | ) |
Get APB1 prescaler.
| Returned | value can be one of the following values: |
Definition at line 2840 of file stm32l4xx_ll_rcc.h.
Referenced by RCC_GetPCLK1ClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetAPB2Prescaler | ( | void | ) |
Get APB2 prescaler.
| Returned | value can be one of the following values: |
Definition at line 2855 of file stm32l4xx_ll_rcc.h.
Referenced by RCC_GetPCLK2ClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetClkAfterWakeFromStop | ( | void | ) |
Get Clock After Wake-Up From Stop mode.
| Returned | value can be one of the following values: |
Definition at line 2880 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_GetSysClkSource | ( | void | ) |
Get the system clock source.
| Returned | value can be one of the following values: |
Definition at line 2754 of file stm32l4xx_ll_rcc.h.
Referenced by RCC_GetSystemClockFreq(), and UTILS_EnablePLLAndSwitchSystem().
| __STATIC_INLINE void LL_RCC_SetAHBPrescaler | ( | uint32_t | Prescaler | ) |
Set AHB prescaler.
| Prescaler | This parameter can be one of the following values: |
| None |
Definition at line 2774 of file stm32l4xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), LL_PLL_ConfigSystemClock_MSI(), and UTILS_EnablePLLAndSwitchSystem().
| __STATIC_INLINE void LL_RCC_SetAPB1Prescaler | ( | uint32_t | Prescaler | ) |
Set APB1 prescaler.
| Prescaler | This parameter can be one of the following values: |
| None |
Definition at line 2790 of file stm32l4xx_ll_rcc.h.
Referenced by UTILS_EnablePLLAndSwitchSystem().
| __STATIC_INLINE void LL_RCC_SetAPB2Prescaler | ( | uint32_t | Prescaler | ) |
Set APB2 prescaler.
| Prescaler | This parameter can be one of the following values: |
| None |
Definition at line 2806 of file stm32l4xx_ll_rcc.h.
Referenced by UTILS_EnablePLLAndSwitchSystem().
| __STATIC_INLINE void LL_RCC_SetClkAfterWakeFromStop | ( | uint32_t | Clock | ) |
Set Clock After Wake-Up From Stop mode.
| Clock | This parameter can be one of the following values: |
| None |
Definition at line 2868 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_SetSysClkSource | ( | uint32_t | Source | ) |
Configure the system clock source.
| Source | This parameter can be one of the following values: |
| None |
Definition at line 2740 of file stm32l4xx_ll_rcc.h.
Referenced by UTILS_EnablePLLAndSwitchSystem().
1.7.6.1