1.1.14.4 WDT_PeriodLoad Function
C
void WDT_PeriodLoad(uint16_t period)
Summary
Reloads the WDT counter with the given period value
Description
Reloads the WDT counter with the given period value
Precondition
None
Parameters
Param | Description |
---|---|
period | WDT timeout period value |
Returns
None
Example
WDT_PeriodLoad(1000);
Remarks
None