1.28.20.1 RTC_Initialize Function

C

void RTC_Initialize(void)

Summary

Initialize given instance of the RTC peripheral.

Description

This function initialize the given instance of the RTC peripheral as configured by the user from the MHC.

Precondition

None.

Parameters

None.

Returns

None.

Example

RTC_Initialize();

Remarks

This function should be called prior to calling any other RTC peripheral library function.