Skip to content

Commit 0c73cb6

Browse files
mmahadevan108MaureenHelm
authored andcommitted
MKE16F16: Update device files to SDK 2.8.0
Update MKE16F16 to SDK 2.8.0 Origin: MCUXpresso SDK License: BSD 3-Clause URL: mcux.nxp.com Maintained-by: External Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 07a1041 commit 0c73cb6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

mcux/devices/MKE16F16/MKE16F16_features.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
22
** ###################################################################
33
** Version: rev. 4.0, 2016-09-20
4-
** Build: b190822
4+
** Build: b200409
55
**
66
** Abstract:
77
** Chip specific module features.
88
**
99
** Copyright 2016 Freescale Semiconductor, Inc.
10-
** Copyright 2016-2019 NXP
10+
** Copyright 2016-2020 NXP
1111
** All rights reserved.
1212
**
1313
** SPDX-License-Identifier: BSD-3-Clause
@@ -638,6 +638,8 @@
638638
#define FSL_FEATURE_FTM_HAS_CHANNEL6_TRIGGER (1)
639639
/* @brief If channel 7 is used to generate channel trigger, bitfield EXTTRIG[CH7TRIG]. */
640640
#define FSL_FEATURE_FTM_HAS_CHANNEL7_TRIGGER (1)
641+
/* @brief If instance has only TPM function. */
642+
#define FSL_FEATURE_FTM_IS_TPM_ONLY_INSTANCEn(x) (0)
641643

642644
/* GPIO module features */
643645

@@ -668,8 +670,6 @@
668670
#define FSL_FEATURE_LPIT_TIMER_COUNT (4)
669671
/* @brief Has lifetime timer (related to existence of registers LTMR64L and LTMR64H). */
670672
#define FSL_FEATURE_LPIT_HAS_LIFETIME_TIMER (0)
671-
/* @brief Has chain mode (related to existence of register bit field TCTRLn[CHN]). */
672-
#define FSL_FEATURE_LPIT_HAS_CHAIN_MODE (0)
673673
/* @brief Has shared interrupt handler (has not individual interrupt handler for each channel). */
674674
#define FSL_FEATURE_LPIT_HAS_SHARED_IRQ_HANDLER (0)
675675

@@ -1044,6 +1044,8 @@
10441044
#define FSL_FEATURE_SMC_HAS_SRS_TAMPER (0)
10451045
/* @brief Has security violation reset (register bit SRS[SECVIO]). */
10461046
#define FSL_FEATURE_SMC_HAS_SRS_SECVIO (0)
1047+
/* @brief Width of SMC registers. */
1048+
#define FSL_FEATURE_SMC_REG_WIDTH (32)
10471049

10481050
/* SYSMPU module features */
10491051

0 commit comments

Comments
 (0)