cpu_conf.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 Freie Universität Berlin
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 
21 #ifndef CPU_CONF_H
22 #define CPU_CONF_H
23 
24 #include "cpu_conf_common.h"
25 
26 #include "vendor/LPC17xx.h"
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
36 #define CPU_DEFAULT_IRQ_PRIO (1U)
37 #define CPU_IRQ_NUMOF (35U)
38 #define CPU_FLASH_BASE LPC_FLASH_BASE
39 #define CPU_HAS_BITBAND (1)
40 
46 #define CPUID_LEN (16U)
47 /* @} */
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif /* CPU_CONF_H */
54