1.10.20.3 1.11.20.3 1.12.21.3 1.13.19.3 1.14.14.3 1.15.15.3 1.16.21.3 1.17.17.3 1.18.17.3 1.19.17.3 1.20.21.3 1.21.22.3 1.22.23.3 1.23.22.3 1.24.19.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.