#include <coprocessor.h>
Data Fields | |
__u16 | Internal_AD |
__u8 | External_AD |
__u8 | counter |
__u8 | zero |
__u16 | pwm |
Definition at line 69 of file coprocessor.h.
|
bitmask of counter channels, 1 indicates the counter data structure or counter config structure has been modified Definition at line 76 of file coprocessor.h. Referenced by CopParsePacket(), and UpdatetHardwareCounterInfo(). |
|
bitmask of External AtoD channels, 1 indicates new data received Definition at line 74 of file coprocessor.h. Referenced by CopParsePacket(). |
|
bitmask of internal AtoD channels, 1 indicates new data received Definition at line 72 of file coprocessor.h. Referenced by CopParsePacket(). |
|
bitmask of PWM channels notification, 1 indicates returned configuration data Definition at line 80 of file coprocessor.h. Referenced by CopParsePacket(), and UpdatetHardwarePWMInfo(). |
|
bitmask of counter channels notification, 1 indicates a zero crossing Definition at line 78 of file coprocessor.h. Referenced by CopParsePacket(). |