1.2.19.16 1.3.22.16 1.4.20.16 1.5.21.16 1.6.21.16 1.7.22.16 1.29.21.16 1.30.15.10 1.31.15.10 1.32.24.16 1.33.15.10 1.37.15.10 1.38.20.16 1.39.17.16 1.40.19.16 RTC_Timer32InterruptEnable Function
C
void RTC_Timer32InterruptEnable (RTC_TIMER32_INT_MASK interrupt)
Summary
Enable selected RTC interrupt
Description
This function allows the application to enable period match, compare match and periodic event interrupt
Precondition
RTC_Initialize must have been called for the associated RTC instance. The Interrupt option in MHC 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
Param | Description |
---|---|
InterruptMask | Specifies interrupt source to be enabled |
Returns
None.
Example
RTC_Timer32InterruptEnable(RTC_TIMER32_INT_MASK_PERIOD_MATCH);
Remarks
None.