Loading...
Searching...
No Matches
cpu_conf_kinetis_l.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2017 Eistec AB
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_KINETIS_L_H
22#define CPU_CONF_KINETIS_L_H
23
24#if (KINETIS_FAMILY == 4)
25#if (KINETIS_SUBFAMILY == 3)
26#if defined(CPU_MODEL_MKL43Z128VLH4) || \
27 defined(CPU_MODEL_MKL43Z128VMP4) || \
28 defined(CPU_MODEL_MKL43Z256VLH4) || \
29 defined(CPU_MODEL_MKL43Z256VMP4)
30#include "vendor/MKL43Z4.h"
31#endif
32#endif /* (KINETIS_SUBFAMILY == y) */
33#endif /* (KINETIS_FAMILY == x) */
34
35#ifdef __cplusplus
36extern "C"
37{
38#endif
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* CPU_CONF_KINETIS_L_H */