typedef struct tagPT_TimerCountSetting
{
INT16U counter;
INT32U Count;
} PT_TimerCountSetting, * LPT_TimerCountSetting;
PT_TimerCountSetting is used in function DRV_TimerCountSetting.
| 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. |
| Count | input | The count value set by the user for specified timer/counter. When the count value of the counter reaches this value, an interrupt will occur. |