|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | __HAL_RCC_SYSCLK_CONFIG(__RCC_SYSCLKSOURCE__) |
| Macro to configure the system clock source. | |
| #define | __HAL_RCC_GET_SYSCLK_SOURCE() |
| Macro to get the clock source used as system clock. | |
| #define | __HAL_RCC_GET_PLL_OSCSOURCE() |
| Macro to get the oscillator used as PLL clock source. | |
| #define __HAL_RCC_GET_PLL_OSCSOURCE | ( | ) |
Macro to get the oscillator used as PLL clock source.
| The | oscillator used as PLL clock source. The returned value can be one of the following:
|
Definition at line 1089 of file stm32f4xx_hal_rcc.h.
| #define __HAL_RCC_GET_SYSCLK_SOURCE | ( | ) |
Macro to get the clock source used as system clock.
| The | clock source used as system clock. The returned value can be one of the following:
|
Definition at line 1081 of file stm32f4xx_hal_rcc.h.
| #define __HAL_RCC_SYSCLK_CONFIG | ( | __RCC_SYSCLKSOURCE__ | ) |
Macro to configure the system clock source.
| __RCC_SYSCLKSOURCE__ | specifies the system clock source. This parameter can be one of the following values:
|
Definition at line 1070 of file stm32f4xx_hal_rcc.h.