1.1.10.4 RTOSTimer_PeriodSet Function

C

void RTOSTimer_PeriodSet(uint32_t period)

Summary

Sets the time period for the RTOS timer

Description

Sets the timer pre-load register

Precondition

RTOSTimer_Initialize() function must have been called first.

Parameters

Param Description
period Timer period value

Returns

None

Example

RTOSTimer_PeriodSet(1000);

Remarks

None