Loading...
Searching...
No Matches
periph_cpu_common.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include <inttypes.h>
19
20#include "cpu.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
30#define PROVIDES_PM_SET_LOWEST
32
36typedef unsigned irqn_t;
37
38#ifdef __cplusplus
39}
40#endif
41
Adds include for missing inttype definitions.
unsigned irqn_t
Convenience typedef for interrupt lines.