typedef struct tagPT_CounterEventRead
{
INT16U counter;
INT16U *overflow;
INT32U *count;
} PT_CounterEventRead, * LPT_CounterEventRead;
PT_CounterEventRead is used in function DRV_CounterEventRead.
| Name | Direction | Description |
| counter | input | The channel number of the specified counter. From a minimum of zero for the first channel to the maximum channel number minus one. For example, the range is from 0 to (N-1) on a device with N counter channels. |
| overflow | output | The overflow state of the counter, 1 is overflow, otherwise, it is 0. |
| count | output | The current count of the specified counter. |