Header file for module <current.c> More...
Go to the source code of this file.
Defines | |
#define | EXTERN extern |
Functions | |
void | current_Init (void) |
Init function of module current.c. | |
void | current_Update (void) |
Reads the motor current load. | |
UINT16 | current_GetValue (void) |
Returns the latest value for motor current. | |
UINT16 | current_GetSum (void) |
Returns the latest value for motor current sum. | |
UINT16 | current_GetAvg (void) |
Returns the average motor current value. | |
void | current_UpdateSum (void) |
Updates the motor current load sum. | |
void | current_UpdateAvg (void) |
Updates the average motor current. |
Definition in file current.h.