1.22.23.3 RTCC_InterruptEnable Function

C

void RTCC_InterruptEnable(RTC_INT_MASK interrupt);

Summary

Enables RTCC peripheral interrupt.

Description

This function enables the RTCC interrupt.

Precondition

None.

Parameters

Param Description
interrupt The mask used to enable the RTCC interrupt.

Returns

None.

Example

RTCC_InterruptEnable(RTC_INT_ALARM);

Remarks

None.