1 /* 2 * Copyright 2021 NXP 3 * All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 /*********************************************************************************************************************** 9 * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file 10 * will be overwritten if the respective MCUXpresso Config Tools is used to update this file. 11 **********************************************************************************************************************/ 12 13 #ifndef __DCD__ 14 #define __DCD__ 15 16 #include <stdint.h> 17 18 /*! @name Driver version */ 19 /*@{*/ 20 /*! @brief XIP_BOARD driver version 2.0.1. */ 21 #define FSL_XIP_BOARD_DRIVER_VERSION (MAKE_VERSION(2, 0, 1)) 22 /*@}*/ 23 24 /************************************* 25 * DCD Data 26 *************************************/ 27 #define DCD_TAG_HEADER (0xD2) 28 #define DCD_VERSION (0x41) 29 #define DCD_TAG_HEADER_SHIFT (24) 30 #define DCD_ARRAY_SIZE 1 31 32 #endif /* __DCD__ */ 33