|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | __HAL_RCC_MCO1_CONFIG(__MCOCLKSOURCE__, __MCODIV__) |
| Macro to configure the MCO1 clock. | |
| #define | __HAL_RCC_MCO2_CONFIG(__MCOCLKSOURCE__, __MCODIV__) |
| Macro to configure the MCO2 clock. | |
| #define __HAL_RCC_MCO1_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ ) |
#include <stm32f4xx_hal_rcc.h>
Macro to configure the MCO1 clock.
| __MCOCLKSOURCE__ | specifies the MCO clock source. This parameter can be one of the following values:
|
| __MCODIV__ | specifies the MCO clock prescaler. This parameter can be one of the following values:
|
Definition at line 1113 of file stm32f4xx_hal_rcc.h.
| #define __HAL_RCC_MCO2_CONFIG | ( | __MCOCLKSOURCE__, | |
| __MCODIV__ ) |
#include <stm32f4xx_hal_rcc.h>
Macro to configure the MCO2 clock.
| __MCOCLKSOURCE__ | specifies the MCO clock source. This parameter can be one of the following values:
|
| __MCODIV__ | specifies the MCO clock prescaler. This parameter can be one of the following values:
|
Definition at line 1134 of file stm32f4xx_hal_rcc.h.