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
9#pragma once
10
22
23#if (KINETIS_FAMILY == 4)
24#if (KINETIS_SUBFAMILY == 3)
25#if defined(CPU_MODEL_MKL43Z128VLH4) || \
26 defined(CPU_MODEL_MKL43Z128VMP4) || \
27 defined(CPU_MODEL_MKL43Z256VLH4) || \
28 defined(CPU_MODEL_MKL43Z256VMP4)
29#include "vendor/MKL43Z4.h"
30#endif
31#endif /* (KINETIS_SUBFAMILY == y) */
32#endif /* (KINETIS_FAMILY == x) */
33
34#ifdef __cplusplus
35extern "C"
36{
37#endif
38
39#ifdef __cplusplus
40}
41#endif
42