STM32H735xx 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_SetSysWakeUpClkSource (uint32_t Source) |
Configure the system wakeup clock source. | |
__STATIC_INLINE uint32_t | LL_RCC_GetSysWakeUpClkSource (void) |
Get the system wakeup clock source. | |
__STATIC_INLINE void | LL_RCC_SetKerWakeUpClkSource (uint32_t Source) |
Configure the kernel wakeup clock source. | |
__STATIC_INLINE uint32_t | LL_RCC_GetKerWakeUpClkSource (void) |
Get the kernel wakeup clock source. | |
__STATIC_INLINE void | LL_RCC_SetSysPrescaler (uint32_t Prescaler) |
Set System prescaler. | |
__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 void | LL_RCC_SetAPB3Prescaler (uint32_t Prescaler) |
Set APB3 prescaler. | |
__STATIC_INLINE void | LL_RCC_SetAPB4Prescaler (uint32_t Prescaler) |
Set APB4 prescaler. | |
__STATIC_INLINE uint32_t | LL_RCC_GetSysPrescaler (void) |
Get System 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 uint32_t | LL_RCC_GetAPB3Prescaler (void) |
Get APB3 prescaler. | |
__STATIC_INLINE uint32_t | LL_RCC_GetAPB4Prescaler (void) |
Get APB4 prescaler. |
__STATIC_INLINE uint32_t LL_RCC_GetAHBPrescaler | ( | void | ) |
Get AHB prescaler.
Returned | value can be one of the following values: |
Definition at line 2644 of file stm32h7xx_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 2663 of file stm32h7xx_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 2682 of file stm32h7xx_ll_rcc.h.
Referenced by RCC_GetPCLK2ClockFreq().
__STATIC_INLINE uint32_t LL_RCC_GetAPB3Prescaler | ( | void | ) |
Get APB3 prescaler.
Returned | value can be one of the following values: |
Definition at line 2701 of file stm32h7xx_ll_rcc.h.
Referenced by RCC_GetPCLK3ClockFreq().
__STATIC_INLINE uint32_t LL_RCC_GetAPB4Prescaler | ( | void | ) |
Get APB4 prescaler.
Returned | value can be one of the following values: |
Definition at line 2720 of file stm32h7xx_ll_rcc.h.
Referenced by RCC_GetPCLK4ClockFreq().
__STATIC_INLINE uint32_t LL_RCC_GetKerWakeUpClkSource | ( | void | ) |
Get the kernel wakeup clock source.
Returned | value can be one of the following values: |
Definition at line 2474 of file stm32h7xx_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 2424 of file stm32h7xx_ll_rcc.h.
Referenced by RCC_GetSystemClockFreq(), and UTILS_EnablePLLAndSwitchSystem().
__STATIC_INLINE uint32_t LL_RCC_GetSysPrescaler | ( | void | ) |
Get System prescaler.
Returned | value can be one of the following values: |
Definition at line 2621 of file stm32h7xx_ll_rcc.h.
Referenced by LL_RCC_GetDFSDMClockFreq(), LL_RCC_GetFMCClockFreq(), LL_RCC_GetI2CClockFreq(), LL_RCC_GetLPTIMClockFreq(), LL_RCC_GetLPUARTClockFreq(), LL_RCC_GetOSPIClockFreq(), LL_RCC_GetSPIClockFreq(), LL_RCC_GetSWPClockFreq(), and LL_RCC_GetUSARTClockFreq().
__STATIC_INLINE uint32_t LL_RCC_GetSysWakeUpClkSource | ( | void | ) |
Get the system wakeup clock source.
Returned | value can be one of the following values: |
Definition at line 2449 of file stm32h7xx_ll_rcc.h.
__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 2518 of file stm32h7xx_ll_rcc.h.
Referenced by 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 2538 of file stm32h7xx_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 2558 of file stm32h7xx_ll_rcc.h.
Referenced by UTILS_EnablePLLAndSwitchSystem().
__STATIC_INLINE void LL_RCC_SetAPB3Prescaler | ( | uint32_t | Prescaler | ) |
Set APB3 prescaler.
Prescaler | This parameter can be one of the following values: |
None |
Definition at line 2578 of file stm32h7xx_ll_rcc.h.
Referenced by UTILS_EnablePLLAndSwitchSystem().
__STATIC_INLINE void LL_RCC_SetAPB4Prescaler | ( | uint32_t | Prescaler | ) |
Set APB4 prescaler.
Prescaler | This parameter can be one of the following values: |
None |
Definition at line 2598 of file stm32h7xx_ll_rcc.h.
Referenced by UTILS_EnablePLLAndSwitchSystem().
__STATIC_INLINE void LL_RCC_SetKerWakeUpClkSource | ( | uint32_t | Source | ) |
Configure the kernel wakeup clock source.
Source | This parameter can be one of the following values: |
None |
Definition at line 2462 of file stm32h7xx_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 2410 of file stm32h7xx_ll_rcc.h.
Referenced by UTILS_EnablePLLAndSwitchSystem().
__STATIC_INLINE void LL_RCC_SetSysPrescaler | ( | uint32_t | Prescaler | ) |
Set System prescaler.
Prescaler | This parameter can be one of the following values: |
None |
Definition at line 2494 of file stm32h7xx_ll_rcc.h.
Referenced by UTILS_EnablePLLAndSwitchSystem().
__STATIC_INLINE void LL_RCC_SetSysWakeUpClkSource | ( | uint32_t | Source | ) |
Configure the system wakeup clock source.
Source | This parameter can be one of the following values: |
None |
Definition at line 2437 of file stm32h7xx_ll_rcc.h.