1.32.24.15 RTC_Timer32InterruptDisable Function

C

void RTC_Timer32InterruptDisable (RTC_TIMER32_INT_MASK interrupt)

Summary

Disable selected RTC interrupt

Description

This function allows the application to disable 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 disabled

Returns

None.

Example

RTC_Timer16InterruptDisable(RTC_TIMER16_INT_MASK_PERIOD_MATCH);

Remarks

None.