You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
905 B
C
37 lines
905 B
C
4 weeks ago
|
/*
|
||
|
* HeaderCPU.h
|
||
|
*
|
||
|
* Author: Aleksey Gerasimenko
|
||
|
* gerasimenko.aleksey.n@gmail.com
|
||
|
*/
|
||
|
|
||
|
#ifndef PERIPHERAL_HEADERCPU_H_
|
||
|
#define PERIPHERAL_HEADERCPU_H_
|
||
|
|
||
|
#include "DSP28335/CPUBase.h"
|
||
|
#include "DSP28335/ADC.h"
|
||
|
#include "DSP28335/CANBUS.h"
|
||
|
#include "DSP28335/CPU.h"
|
||
|
#include "DSP28335/CPUBase.h"
|
||
|
#include "DSP28335/CPUTimers.h"
|
||
|
#include "DSP28335/DiscreteOutputs.h"
|
||
|
#include "DSP28335/ECANA.h"
|
||
|
#include "DSP28335/ECANB.h"
|
||
|
#include "DSP28335/EPWM.h"
|
||
|
#include "DSP28335/EQEP1.h"
|
||
|
#include "DSP28335/FLASH.h"
|
||
|
#include "DSP28335/GPIO.h"
|
||
|
#include "DSP28335/MeasureTimeInterval.h"
|
||
|
#include "DSP28335/MeasureTimePeriod.h"
|
||
|
#include "DSP28335/MemoryZone.h"
|
||
|
#include "DSP28335/MemoryZone0.h"
|
||
|
#include "DSP28335/MemoryZone7.h"
|
||
|
#include "DSP28335/SCIA.h"
|
||
|
#include "DSP28335/SCIB.h"
|
||
|
#include "DSP28335/SCIBase.h"
|
||
|
#include "DSP28335/SCIC.h"
|
||
|
#include "DSP28335/XINTF.h"
|
||
|
|
||
|
|
||
|
#endif /* PERIPHERAL_HEADERCPU_H_ */
|