//-------------------------------------------------------// // Project Code : ESS100K3L-01-19 // File Name : DeviceDefine.h // Created on : 2019. 06. 09. // Description : // Author : KimJeongWoo // Last modified Date : //-------------------------------------------------------// #ifndef _DEVICE_DEFINE_H_ #define _DEVICE_DEFINE_H_ #ifdef __cplusplus extern "C" { #endif //------------------ ADDRESS DEFINE END---------------------------- #include "easy28x_driverlib_v10.8.h" #include "CodeLibrary.h" #include "CommonLib.h" //--------------------------------------------// #include "Cpu2DmaSet.h" #ifdef __cplusplus } #endif /* extern "C" */ #endif /* _DEVICE_DEFINE_H_ */