Loading...
Searching...
No Matches
ahb.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 Prime Controls, Inc.(R)
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include "coreclock.h"
19#include "sysclk.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
28#define CLOCK_AHB (CLOCK_CORECLOCK / CONFIG_CLOCK_AHB_DIV)
29
30#ifdef __cplusplus
31}
32#endif
33
Core clock configuration for STM32H7.
System clock configuration for STM32H7.