TMS320F28335 Library  1.0
Documentation
ecap.h
Go to the documentation of this file.
1 
5 #include "global_defines.h"
6 
7 #ifndef ECAP_ECAP_H_
8 #define ECAP_ECAP_H_
9 
15 
16 #endif /* ECAP_ECAP_H_ */
int16
int int16
16 Bit Variable: - 32.768 .. 32.767
Definition: global_defines.h:17
global_defines.h
Header file for global defines.
eCAP_getFrequency
int64 eCAP_getFrequency(Uint16)
Applied frequency on eCAP-Pin .
Definition: ecap.c:507
init_eCAP
int16 init_eCAP(Uint16)
Init eCAP-Pin .
Definition: ecap.c:45
Uint16
unsigned int Uint16
16 Bit Variable: 0 .. 65.535
Definition: global_defines.h:21
eCAP_configureInterrupt
int16 eCAP_configureInterrupt(Uint16, void *, Uint16)
Interrupt on eCAP-Pin .
Definition: ecap.c:289
int64
long long int64
64 Bit Variable: - 9.223.372.036.854.775.808 .. 9.223.372.036.854.775.807
Definition: global_defines.h:19
eCAP_pwmOutput
int16 eCAP_pwmOutput(Uint16, Uint32, Uint16)
PWM-Output on eCAP-Pin .
Definition: ecap.c:446
Uint32
unsigned long Uint32
32 Bit Variable: 0 .. 4.294.967.295
Definition: global_defines.h:22
eCAP_forceTimerOverflowInterrupt
int16 eCAP_forceTimerOverflowInterrupt(Uint16)
Force eCAP Timer overflow for setting frequency to 0.
Definition: ecap.c:806