Loading...
Searching...
No Matches
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
9#pragma once
10
22
23#include "cpu_conf_common.h"
24
25#include "vendor/LPC17xx.h"
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
35#define CPU_DEFAULT_IRQ_PRIO (1U)
36#define CPU_IRQ_NUMOF (35U)
37#define CPU_FLASH_BASE LPC_FLASH_BASE
38#define CPU_HAS_BITBAND (1)
40
45#define CPUID_LEN (16U)
47
48#ifdef __cplusplus
49}
50#endif
51