Structure where the status of the driver is stored. More...
#include <mcdc3006s_data.h>
Public Attributes | |
int | curLimiting |
int | disabled |
int | overTemperature |
int | overVoltage |
int | sensorReached |
Structure where the status of the driver is stored.
Definition at line 92 of file mcdc3006s_data.h.
Stores the status of overVoltage: TRUE = error overvoltage; FALSE = no error, voltage is lower than the minimum
Definition at line 100 of file mcdc3006s_data.h.
< Stores if the driver is disabled or not TRUE = enabled; FALSE = disabled Stores if there is an overTemperature error or not TRUE = error overtemperature; FALSE = Temp is OK
Definition at line 95 of file mcdc3006s_data.h.
Stores if limit current is active or not TRUE = current limit is active; FALSE = actualCurrent < currentLimt
Definition at line 97 of file mcdc3006s_data.h.
Stores if the limit sensor is reached or not. I've connected this sensor to the input 4 of the driver.
Definition at line 103 of file mcdc3006s_data.h.
Definition at line 105 of file mcdc3006s_data.h.