dcd.h 963 B

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