3.3.11.3 RTC_Timer32Start

Starts the 32-bit timer.

This function starts the 32-bit timer. The timer will start counting up from the value that was set using the RTC_Timer32CounterSet() function. The timer will count at a rate configured by the input clock and the input prescalar.

void RTC_Timer32Start 
(
    void
);

Precondition

  • none

Parameters

  • void

Returns

  • void