3.3.11.2 RTC_Timer32InterruptEnable

Enable selected RTC interrupt

This function allows the application to enable period match, compare match and periodic event interrupt

void RTC_Timer32InterruptEnable
(
    RTC_TIMER32_INT_MASK interruptMask 
);

Precondition

  • RTC_Initialize must have been called for the associated RTC instance. The Interrupt option in MCC should have been enabled. The RTC peripheral should have been configured for 32-bit timer counter operation. A valid event handling callback function should have been registered by calling the RTC_Timer32CallbackRegister() function.

Parameters

  • interruptMask - Specifies interrupt source to be enabled

Returns

  • void