1.1.10.3 RTOSTimer_PeriodGet Function
C
uint32_t RTOSTimer_PeriodGet(void)
Summary
Returns the period value for the RTOS timer
Description
Returns the value of the pre-load register
Precondition
RTOSTimer_Initialize() function must have been called first.
Parameters
None
Returns
32-bit timer period value
Example
uint32_t period = RTOSTimer_PeriodGet();
Remarks
None