1.2.19.19 1.3.22.19 1.4.20.19 1.5.21.19 1.6.21.19 1.7.22.19 1.29.21.19 1.30.15.13 1.31.15.13 1.32.24.19 1.33.15.13 1.37.15.13 1.38.20.19 1.39.17.19 1.40.19.19 RTC_Timer32Stop Function
C
void RTC_Timer32Stop ( void )
Summary
Stops the 32-bit timer from counting.
Description
This function will stop the 32-bit timer from counting. Any on-going timing/counting operations will be affected. Stopping the timer does not reset the counter. This must be explicitly done by calling the RTC_Timer32CounterSet() function.
Calling this function if the timer is already stopped will result in a functional no-operation. An application may need to stop the timer if it does not require delay services or if the counting needs to paused.
Precondition
RTC_Initialize must have been called for the associated RTC instance. The RTC peripheral should have been configured in 32-bit Timer Counter mode.
Parameters
None.
Returns
None.
Example
// Refer to the description of the RTC_Timer32CounterHasOverflowed() // function for example usage of the RTC_Timer32Stop() function.
Remarks
None.