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 
9 #pragma once
10 
21 #include <inttypes.h>
22 
23 #include "cpu.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
33 #define PROVIDES_PM_SET_LOWEST
39 typedef unsigned irqn_t;
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
Adds include for missing inttype definitions.
unsigned irqn_t
Convenience typedef for interrupt lines.