MLC interface driver
Constants of driver

Macros

#define MCU_TYPE_TMS320F28335   1
 
#define MCU_TYPE_TMS320F2812   2
 
#define MCU_TYPE_TMS570LS3137   3
 
#define MCU_TYPE   MCU_TYPE_TMS320F28335
 
#define PCB_REV_1   0x1
 
#define PCB_REV_2   0x2
 
#define PCB_REV_3   0x3
 

Detailed Description

Macro Definition Documentation

#define MCU_TYPE   MCU_TYPE_TMS320F28335

Define which microcontroler is used in project

Definition at line 19 of file platform.h.

#define MCU_TYPE_TMS320F2812   2

Constant flag defining TMS320F2812

Definition at line 16 of file platform.h.

#define MCU_TYPE_TMS320F28335   1

Constant flag defining TMS320F28335

Definition at line 15 of file platform.h.

#define MCU_TYPE_TMS570LS3137   3

Constant flag defining TMS570LS3137

Definition at line 17 of file platform.h.

#define PCB_REV_1   0x1

Constant with value of PCB revision. This constant is used to enable/disable GPIO function depending on revision of PCB.

Definition at line 384 of file MLC_drv.h.

Referenced by MLC_ADC_start_conv(), and MLC_ADC_start_one_conv().

#define PCB_REV_2   0x2

Constant with value of PCB revision. This constant is used to enable/disable GPIO function depending on revision of PCB.

Definition at line 385 of file MLC_drv.h.

#define PCB_REV_3   0x3

Constant with value of PCB revision. This constant is used to enable/disable GPIO function depending on revision of PCB.

Definition at line 386 of file MLC_drv.h.