1.2.24.19 1.3.24.19 1.4.25.19 1.5.23.19 1.6.25.19 1.7.26.19 1.29.27.19 1.30.17.19 1.31.17.19 1.33.19.19 1.37.17.19 1.40.24.19 TCCx_TimerPeriodHasExpired Function
C
bool TCCx_TimerPeriodHasExpired( void );
Summary
Checks whether timer period is elapsed.
Description
This function checks the status of the timer period interrupt.
Precondition
TCCx_TimerInitialize() function must have been called first.
Parameters
None.
Returns
Timer period elapsed status.
Example
bool timerPeriodStatus = false; TCC0_TimerInitialize(); timerPeriodStatus = TCC0_TimerPeriodHasExpired();
Remarks
None.