STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RCC_SetSysClkSource (uint32_t Source) |
Configure the system clock source @rmtoll CFGR SW LL_RCC_SetSysClkSource. More... | |
__STATIC_INLINE uint32_t | LL_RCC_GetSysClkSource (void) |
Get the system clock source @rmtoll CFGR SWS LL_RCC_GetSysClkSource. More... | |
__STATIC_INLINE void | LL_RCC_SetAHBPrescaler (uint32_t Prescaler) |
Set AHB prescaler @rmtoll CFGR HPRE LL_RCC_SetAHBPrescaler. More... | |
__STATIC_INLINE void | LL_RCC_SetAPB1Prescaler (uint32_t Prescaler) |
Set APB1 prescaler @rmtoll CFGR PPRE1 LL_RCC_SetAPB1Prescaler. More... | |
__STATIC_INLINE void | LL_RCC_SetAPB2Prescaler (uint32_t Prescaler) |
Set APB2 prescaler @rmtoll CFGR PPRE2 LL_RCC_SetAPB2Prescaler. More... | |
__STATIC_INLINE uint32_t | LL_RCC_GetAHBPrescaler (void) |
Get AHB prescaler @rmtoll CFGR HPRE LL_RCC_GetAHBPrescaler. More... | |
__STATIC_INLINE uint32_t | LL_RCC_GetAPB1Prescaler (void) |
Get APB1 prescaler @rmtoll CFGR PPRE1 LL_RCC_GetAPB1Prescaler. More... | |
__STATIC_INLINE uint32_t | LL_RCC_GetAPB2Prescaler (void) |
Get APB2 prescaler @rmtoll CFGR PPRE2 LL_RCC_GetAPB2Prescaler. More... | |
__STATIC_INLINE uint32_t LL_RCC_GetAHBPrescaler | ( | void | ) |
Get AHB prescaler @rmtoll CFGR HPRE LL_RCC_GetAHBPrescaler.
Returned | value can be one of the following values:
|
Definition at line 3276 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_GetAPB1Prescaler | ( | void | ) |
Get APB1 prescaler @rmtoll CFGR PPRE1 LL_RCC_GetAPB1Prescaler.
Returned | value can be one of the following values:
|
Definition at line 3291 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_GetAPB2Prescaler | ( | void | ) |
Get APB2 prescaler @rmtoll CFGR PPRE2 LL_RCC_GetAPB2Prescaler.
Returned | value can be one of the following values:
|
Definition at line 3306 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_GetSysClkSource | ( | void | ) |
Get the system clock source @rmtoll CFGR SWS LL_RCC_GetSysClkSource.
Returned | value can be one of the following values:
|
Definition at line 3205 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_SetAHBPrescaler | ( | uint32_t | Prescaler | ) |
Set AHB prescaler @rmtoll CFGR HPRE LL_RCC_SetAHBPrescaler.
Prescaler | This parameter can be one of the following values:
|
None |
Definition at line 3225 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_SetAPB1Prescaler | ( | uint32_t | Prescaler | ) |
Set APB1 prescaler @rmtoll CFGR PPRE1 LL_RCC_SetAPB1Prescaler.
Prescaler | This parameter can be one of the following values:
|
None |
Definition at line 3241 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_SetAPB2Prescaler | ( | uint32_t | Prescaler | ) |
Set APB2 prescaler @rmtoll CFGR PPRE2 LL_RCC_SetAPB2Prescaler.
Prescaler | This parameter can be one of the following values:
|
None |
Definition at line 3257 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_SetSysClkSource | ( | uint32_t | Source | ) |
Configure the system clock source @rmtoll CFGR SW LL_RCC_SetSysClkSource.
Source | This parameter can be one of the following values:
|
None |
Definition at line 3189 of file stm32f4xx_ll_rcc.h.