Loading...
Searching...
No Matches
periph_cpu_common.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2020 Koen Zandberg <koen@bergzand.net>
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser General
5 * Public License v2.1. See the file LICENSE in the top level directory for more
6 * details.
7 */
8
19#ifndef PERIPH_CPU_COMMON_H
20#define PERIPH_CPU_COMMON_H
21
22#include <inttypes.h>
23
24#include "cpu.h"
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
34#define PROVIDES_PM_SET_LOWEST
40typedef unsigned irqn_t;
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* PERIPH_CPU_COMMON_H */
Adds include for missing inttype definitions.
unsigned irqn_t
Convenience typedef for interrupt lines.