monoZ docs
MZ_tool_gen.h
Go to the documentation of this file.
1
9
#ifndef INC_MZ_TOOL_GEN_H_
10
#define INC_MZ_TOOL_GEN_H_
11
#include"
MZ_BoardCfg.h
"
12
13
#if((MZ_UART1 == MZ_ENABLE)&&(MZ_MODEM != MZ_ENABLE))
14
#define MZI_UART1 (MZ_ENABLE)
15
#endif
//(MZ_UART1 == MZ_ENABLE)
16
17
#if((MZ_UART2 == MZ_ENABLE)&&(MZ_CLI != MZ_ENABLE))
18
#define MZI_UART2 (MZ_ENABLE)
19
#endif
//(MZ_UART2 == MZ_ENABLE)
20
21
#if(MZ_UART3 == MZ_ENABLE)
22
#define MZI_UART3 (MZ_DISABLE)
23
#endif
//(MZ_UART3 == MZ_ENABLE)
24
25
#if(MZ_UART4 == MZ_ENABLE)
26
#define MZI_UART4 (MZ_ENABLE)
27
#endif
//(MZ_UART4 == MZ_ENABLE)
28
29
#if(MZ_UART5 == MZ_ENABLE)
30
#define MZI_UART5 (1)
31
#endif
//(MZ_UART5 == MZ_ENABLE)
32
33
#if(MZ_LPUART1 == MZ_ENABLE)
34
#define MZI_LPUART1 (MZ_ENABLE)
35
#endif
//(MZ_LPUART1 == MZ_ENABLE)
36
37
#if(MZ_I2C1 == MZ_ENABLE)
38
#define MZI_I2C1 (MZ_ENABLE)
39
#endif
//(MZ_I2C1 == MZ_ENABLE)
40
41
#if(MZ_I2C2 == MZ_ENABLE)
42
#define MZI_I2C2 (MZ_ENABLE)
43
#endif
//(MZ_I2C2 == MZ_ENABLE)
44
45
#if(MZ_I2C3 == MZ_ENABLE)
46
#define MZI_I2C3 (MZ_ENABLE)
47
#endif
//(MZ_I2C3 == MZ_ENABLE)
48
49
#if(MZ_I2C4 == MZ_ENABLE)
50
#define MZI_I2C4 (MZ_DISABLE)
51
#endif
//(MZ_I2C4 == MZ_ENABLE)
52
53
#endif
/* INC_MZ_TOOL_GEN_H_ */
MZ_BoardCfg.h
Configuration of monoZ Board This file defines the Hardware and Software features enabled in monoZ Li...
tool_gen
MZ_tool_gen.h
Generated by
1.9.3