-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathis42s16800j_conf_template.h
57 lines (46 loc) · 1.47 KB
/
is42s16800j_conf_template.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/**
******************************************************************************
* @file is42s16800j_conf.h
* @author MCD Application Team
* @brief This file contains some configurations required for the
* IS42S16800J SDRAM memory.
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) 2019 STMicroelectronics.
* All rights reserved.</center></h2>
*
* This software component is licensed by ST under BSD 3-Clause license,
* the "License"; You may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
* opensource.org/licenses/BSD-3-Clause
*
******************************************************************************
*/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef IS42S16800J_CONF_H
#define IS42S16800J_CONF_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32xxxx_hal.h"
/** @addtogroup BSP
* @{
*/
#define REFRESH_COUNT ((uint32_t)0x0603) /* SDRAM refresh counter (100Mhz SD clock) */
#define IS42S16800J_TIMEOUT ((uint32_t)0xFFFF)
#ifdef __cplusplus
}
#endif
#endif /* IS42S16800J_CONF_H */
/**
* @}
*/
/**
* @}
*/
/**
* @}
*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/