Loading...
Searching...
No Matches
periph_cpu.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 HAW Hamburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include <stdint.h>
19
20#ifdef __cplusplus
21extern "C"
22{
23#endif
24
28#define CLOCK_CORECLOCK (16780000U) /* 16.78MHz */
29
30#ifdef __cplusplus
31}
32#endif
33