1.1.12.10 TIMER32_x_CounterSet Function
C
/* x = Timer32 instance number */
void TIMER32_x_CounterSet(uint32_t count)
Summary
Sets the timer counter
Description
Sets the timer counter
Precondition
TIMER32_x_Initialize() function must have been called
Parameters
Param | Description |
---|---|
count | timer count value |
Returns
None
Example
TIMER32_0_CounterSet(1000);
Remarks
None