]> begriffs open source - cmsis-driver-validation/blob - Boards/Espressif/ESP8266EX_Arduino/RTE/Board_Support/MIMXRT1064DVL6A/dcd.h
Update validation examples for Espressif ESP32, ESP8266 and WizNet WizFi360 and add...
[cmsis-driver-validation] / Boards / Espressif / ESP8266EX_Arduino / RTE / Board_Support / MIMXRT1064DVL6A / dcd.h
1 /***********************************************************************************************************************
2  * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
3  * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
4  **********************************************************************************************************************/
5
6 #ifndef __DCD__
7 #define __DCD__
8
9 #include <stdint.h>
10
11 /*! @name Driver version */
12 /*@{*/
13 /*! @brief XIP_BOARD driver version 2.0.0. */
14 #define FSL_XIP_BOARD_DRIVER_VERSION (MAKE_VERSION(2, 0, 0))
15 /*@}*/
16
17 /*************************************
18  *  DCD Data
19  *************************************/
20 #define DCD_TAG_HEADER (0xD2)
21 #define DCD_VERSION (0x41)
22 #define DCD_TAG_HEADER_SHIFT (24)
23 #define DCD_ARRAY_SIZE 1
24
25 #endif /* __DCD__ */