STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RCC_MCO1_Enable (void) |
Enable MCO1 output @rmtoll CFGR RCC_CFGR_MCO1EN LL_RCC_MCO1_Enable. More... | |
__STATIC_INLINE void | LL_RCC_MCO1_Disable (void) |
Disable MCO1 output @rmtoll CFGR RCC_CFGR_MCO1EN LL_RCC_MCO1_Disable. More... | |
__STATIC_INLINE void | LL_RCC_MCO2_Enable (void) |
Enable MCO2 output @rmtoll CFGR RCC_CFGR_MCO2EN LL_RCC_MCO2_Enable. More... | |
__STATIC_INLINE void | LL_RCC_MCO2_Disable (void) |
Disable MCO2 output @rmtoll CFGR RCC_CFGR_MCO2EN LL_RCC_MCO2_Disable. More... | |
__STATIC_INLINE void | LL_RCC_ConfigMCO (uint32_t MCOxSource, uint32_t MCOxPrescaler) |
Configure MCOx @rmtoll CFGR MCO1 LL_RCC_ConfigMCO CFGR MCO1PRE LL_RCC_ConfigMCO CFGR MCO2 LL_RCC_ConfigMCO CFGR MCO2PRE LL_RCC_ConfigMCO. More... | |
__STATIC_INLINE void LL_RCC_ConfigMCO | ( | uint32_t | MCOxSource, |
uint32_t | MCOxPrescaler | ||
) |
Configure MCOx @rmtoll CFGR MCO1 LL_RCC_ConfigMCO
CFGR MCO1PRE LL_RCC_ConfigMCO
CFGR MCO2 LL_RCC_ConfigMCO
CFGR MCO2PRE LL_RCC_ConfigMCO.
MCOxSource | This parameter can be one of the following values:
|
MCOxPrescaler | This parameter can be one of the following values:
|
None |
Definition at line 3391 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_MCO1_Disable | ( | void | ) |
Disable MCO1 output @rmtoll CFGR RCC_CFGR_MCO1EN LL_RCC_MCO1_Disable.
None |
Definition at line 3335 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_MCO1_Enable | ( | void | ) |
Enable MCO1 output @rmtoll CFGR RCC_CFGR_MCO1EN LL_RCC_MCO1_Enable.
None |
Definition at line 3325 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_MCO2_Disable | ( | void | ) |
Disable MCO2 output @rmtoll CFGR RCC_CFGR_MCO2EN LL_RCC_MCO2_Disable.
None |
Definition at line 3357 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_MCO2_Enable | ( | void | ) |
Enable MCO2 output @rmtoll CFGR RCC_CFGR_MCO2EN LL_RCC_MCO2_Enable.
None |
Definition at line 3347 of file stm32f4xx_ll_rcc.h.