RTEMS 6.1-rc1
mt25tl01g_conf.h
1/* SPDX-License-Identifier: BSD-3-Clause */
21/* Define to prevent recursive inclusion -------------------------------------*/
22#ifndef MT25TL01G_CONF_H
23#define MT25TL01G_CONF_H
24
25#ifdef __cplusplus
26 extern "C" {
27#endif
28
29/* Includes ------------------------------------------------------------------*/
30#include "stm32h7xx.h"
31#include "stm32h7xx_hal.h"
32
37#define CONF_MT25TL01G_READ_ENHANCE 0 /* MMP performance enhance reade enable/disable */
38
39#define CONF_QSPI_ODS MT25TL01G_CR_ODS_15
40
41#define CONF_QSPI_DUMMY_CLOCK 8U
42
43/* Dummy cycles for STR read mode */
44#define MT25TL01G_DUMMY_CYCLES_READ_QUAD 8U
45#define MT25TL01G_DUMMY_CYCLES_READ 8U
46/* Dummy cycles for DTR read mode */
47#define MT25TL01G_DUMMY_CYCLES_READ_DTR 6U
48#define MT25TL01G_DUMMY_CYCLES_READ_QUAD_DTR 8U
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif /* MT25TL01G_CONF_H */
55
68/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
CMSIS STM32H7xx Device Peripheral Access Layer Header File.
This file contains all the functions prototypes for the HAL module driver.