2.95.3 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

ParamDescription
periodTimer period value

Returns

None

Example

RTOSTimer_PeriodSet(1000);

Remarks

None