Loading...
Searching...
No Matches
cpu_conf_kinetis_l.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Eistec AB
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
19
20#if (KINETIS_FAMILY == 4)
21#if (KINETIS_SUBFAMILY == 3)
22#if defined(CPU_MODEL_MKL43Z128VLH4) || \
23 defined(CPU_MODEL_MKL43Z128VMP4) || \
24 defined(CPU_MODEL_MKL43Z256VLH4) || \
25 defined(CPU_MODEL_MKL43Z256VMP4)
26#include "vendor/MKL43Z4.h"
27#endif
28#endif /* (KINETIS_SUBFAMILY == y) */
29#endif /* (KINETIS_FAMILY == x) */
30
31#ifdef __cplusplus
32extern "C"
33{
34#endif
35
36#ifdef __cplusplus
37}
38#endif
39