Header file for eCAP module. More...
Go to the source code of this file.
Functions | |
int16 | init_eCAP (Uint16) |
Init eCAP-Pin . More... | |
int64 | eCAP_getFrequency (Uint16) |
Applied frequency on eCAP-Pin . More... | |
int16 | eCAP_configureInterrupt (Uint16, void *, Uint16) |
Interrupt on eCAP-Pin . More... | |
int16 | eCAP_pwmOutput (Uint16, Uint32, Uint16) |
PWM-Output on eCAP-Pin . More... | |
int16 | eCAP_forceTimerOverflowInterrupt (Uint16) |
Force eCAP Timer overflow for setting frequency to 0. More... | |
Header file for eCAP module.
Definition in file ecap.h.
Interrupt on eCAP-Pin .
[in] | 1) GPIO pin as Uint16 --> valid value: 1, 3, 5, 7, 9, 11, 24, 25, 26, 27, 34, 37, 48, 49 2) Pointer to ISR 3) event --> valid value: 1-7 (See Technical_Reference_Manual) |
Definition at line 289 of file ecap.c.
Applied frequency on eCAP-Pin .
[in] | 1) GPIO pin as Uint16 --> valid value: 1, 3, 5, 7, 9, 11, 24, 25, 26, 27, 34, 37, 48, 49 |
Definition at line 507 of file ecap.c.
PWM-Output on eCAP-Pin .
[in] | 1) GPIO pin as Uint16 --> valid value: 1, 3, 5, 7, 9, 11, 24, 25, 26, 27, 34, 37, 48, 49 2) frequency 3) dutycycle |
Definition at line 446 of file ecap.c.
Init eCAP-Pin .
[in] | 1) GPIO pin as Uint16 --> valid value: 1, 3, 5, 7, 9, 11, 24, 25, 26, 27, 34, 37, 48, 49 |
Definition at line 45 of file ecap.c.