#include <coprocessor.h>
Data Fields | |
__u16 | counter |
__u16 | countstart |
__u16 | laststart |
unsigned long | timestamp |
unsigned long | laststamp |
int | zerocross |
Definition at line 116 of file coprocessor.h.
|
The value the counter started at, this is updated by loading the counter, or when an autoreload occurs if zero crossing notification is enabled. Coprocessor.c keeps track of this Definition at line 122 of file coprocessor.h. Referenced by CopParsePacket(). |
|
the previous timestamp Definition at line 130 of file coprocessor.h. Referenced by CopParsePacket(), and E12_CounterCalcFreq(). |
|
The last value the counter started at, prior to countstart, this is updated by loading the counter, or when an autoreload occurs if zero crossing notification is enabled. Coprocessor.c keeps track of this Definition at line 126 of file coprocessor.h. Referenced by CopParsePacket(), and E12_CounterCalcFreq(). |
|
the timestamp from the 37e12 when the counter started or when the last zero crossing occurred, 32 bits, measured in ms Definition at line 128 of file coprocessor.h. Referenced by CopParsePacket(), and E12_CounterCalcFreq(). |
|
number of zerocrossing that have occurred since initialization Definition at line 132 of file coprocessor.h. Referenced by CopParsePacket(). |