Motor Evaluation Kit NEVC-MCTRL-100-t01-1.0.0
Firmware for NEVB-MCTRL-100-01 for trapezoidal control of BLDC motors using Hall-effect sensors
|
Collection of all fault flags. More...
#include <main.h>
Public Attributes | |
uint8_t | reserved: 1 |
Reserved bit(s). | |
uint8_t | reverseDirection: 1 |
Is motor spinning in an unexpected direction? | |
uint8_t | motorStopped: 1 |
Is motor stopped? | |
uint8_t | overCurrent: 1 |
Has it tripped the over current limit? | |
uint8_t | noHallConnections: 1 |
Is there no hall connections? | |
uint8_t | userFlag1: 1 |
Is user flag 1 set? | |
uint8_t | userFlag2: 1 |
Is user flag 2 set? | |
uint8_t | userFlag3: 1 |
Is user flag 3 set? | |
Collection of all fault flags.
This struct contains all fault flags used in this implementation.
uint8_t faultflags::noHallConnections |
uint8_t faultflags::overCurrent |
uint8_t faultflags::reverseDirection |