evkmimxrt1064_sdram_ini_dcd.h 457 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/*
 * Copyright 2018 NXP
 * All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __EVKMIMXRT1064_DCD_SDRAM_INIT__
#define __EVKMIMXRT1064_DCD_SDRAM_INIT__

#include <stdint.h>

/*************************************
 *  DCD Data
 *************************************/
#define DCD_TAG_HEADER (0xD2)
#define DCD_TAG_HEADER_SHIFT (24)
#define DCD_VERSION (0x40)
#define DCD_ARRAY_SIZE 1

#endif /* __EVKMIMXRT1064_DCD_SDRAM_INIT__ */