Core clock configuration for STM32H7. More...
Core clock configuration for STM32H7.
Definition in file coreclock.h.
Include dependency graph for coreclock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | CLOCK_CORE_SRC MHZ((CLOCK_SYSCLK)) |
| Core clock source frequency. | |
| #define | CLOCK_CORECLOCK CLOCK_CORE_SRC |
| Core clock frequency. | |
| #define CLOCK_CORE_SRC MHZ((CLOCK_SYSCLK)) |
Core clock source frequency.
This macro defines the frequency of the core clock source before applying any optional divider.
Definition at line 31 of file coreclock.h.
| #define CLOCK_CORECLOCK CLOCK_CORE_SRC |
Core clock frequency.
If CONFIG_CLOCK_CORECLOCK_DIV is defined, the core clock frequency is divided accordingly.
Definition at line 42 of file coreclock.h.