TMS320F28335 Library  1.0
Documentation
cpu_timer.h
Go to the documentation of this file.
1 
5 #include "../global_defines.h"
6 
7 #ifndef CPU_TIMER_CPU_TIMER_H_
8 #define CPU_TIMER_CPU_TIMER_H_
9 
10 int16 init_CPUTimer(Uint16, void *);
13 void CPUTimer_interruptAck(void);
14 
15 #endif /* CPU_TIMER_CPU_TIMER_H_ */
int16
int int16
16 Bit Variable: - 32.768 .. 32.767
Definition: global_defines.h:17
CPUTimer_stop
int16 CPUTimer_stop(Uint16)
Stop CPU-Timer 0/1/2 || make sure CPU-Timer has been initialized.
Definition: cpu_timer.c:152
Uint16
unsigned int Uint16
16 Bit Variable: 0 .. 65.535
Definition: global_defines.h:21
CPUTimer_start
int16 CPUTimer_start(Uint16, Uint32)
Start CPU-Timer 0/1/2 || make sure CPU-Timer has been initialized.
Definition: cpu_timer.c:89
init_CPUTimer
int16 init_CPUTimer(Uint16, void *)
Init CPU-Timer 0/1/2.
Definition: cpu_timer.c:27
Uint32
unsigned long Uint32
32 Bit Variable: 0 .. 4.294.967.295
Definition: global_defines.h:22
CPUTimer_interruptAck
void CPUTimer_interruptAck(void)
Set Acknowledge to receive another interrupt from CPU-Timer.
Definition: cpu_timer.c:171