Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:05

0001 /* SPDX-License-Identifier: BSD-3-Clause */
0002 /**
0003   ******************************************************************************
0004   * @file    mt25tl01g_conf_template.h
0005   * @author  MCD Application Team
0006   * @brief   This file contains all the description of the
0007   *          MT25TL01G QSPI memory.
0008   ******************************************************************************
0009   * @attention
0010   *
0011   * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
0012   * All rights reserved.</center></h2>
0013   *
0014   * This software component is licensed by ST under BSD 3-Clause license,
0015   * the "License"; You may not use this file except in compliance with the
0016   * License. You may obtain a copy of the License at:
0017   *                        opensource.org/licenses/BSD-3-Clause
0018   ******************************************************************************
0019   */
0020 
0021 /* Define to prevent recursive inclusion -------------------------------------*/
0022 #ifndef MT25TL01G_CONF_H
0023 #define MT25TL01G_CONF_H
0024 
0025 #ifdef __cplusplus
0026  extern "C" {
0027 #endif
0028 
0029 /* Includes ------------------------------------------------------------------*/
0030 #include "stm32h7xx.h"
0031 #include "stm32h7xx_hal.h"
0032 
0033 /** @addtogroup BSP
0034   * @{
0035   */
0036 
0037 #define CONF_MT25TL01G_READ_ENHANCE      0                       /* MMP performance enhance reade enable/disable */
0038 
0039 #define CONF_QSPI_ODS                   MT25TL01G_CR_ODS_15
0040 
0041 #define CONF_QSPI_DUMMY_CLOCK                 8U
0042 
0043 /* Dummy cycles for STR read mode */
0044 #define MT25TL01G_DUMMY_CYCLES_READ_QUAD      8U
0045 #define MT25TL01G_DUMMY_CYCLES_READ           8U
0046 /* Dummy cycles for DTR read mode */
0047 #define MT25TL01G_DUMMY_CYCLES_READ_DTR       6U
0048 #define MT25TL01G_DUMMY_CYCLES_READ_QUAD_DTR  8U
0049 
0050 #ifdef __cplusplus
0051 }
0052 #endif
0053 
0054 #endif /* MT25TL01G_CONF_H */
0055 
0056 /**
0057   * @}
0058   */
0059 
0060 /**
0061   * @}
0062   */
0063 
0064 /**
0065   * @}
0066   */
0067 
0068 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/