3.2.38 Interrupt functions

Below is a list of API functions output by the Code Generator for interrupt functions use.

Table 3.38

API Functions: [Interrupt Functions]

API Function Name

Function

R_INTC_Create

Performs initialization necessary to control the interrupt functions.

R_INTC_Create_UserInit

Performs user-defined initialization relating to the interrupt functions.

r_intcn_interrupt

Performs processing in response to the external maskable interrupt INTPn.

R_INTCn_Start

Enables the acceptance of the external maskable interrupts INTPn.

R_INTCn_Stop

Disables the acceptance of the external maskable interrupts INTPn.

r_intclrn_interrupt

Performs processing in response to the external maskable interrupt INTPLRn.

R_INTCLRn_Start

Enables the acceptance of the external maskable interrupts INTPLRn.

R_INTCLRn_Stop

Disables the acceptance of the external maskable interrupts INTPLRn.

r_intrtcicn_interrupt

Performs processing in response to the external maskable interrupt INTRTCICn.

R_INTRTCICn_Start

Enables the acceptance of the external maskable interrupts INTRTCICn.

R_INTRTCICn_Stop

Disables the acceptance of the external maskable interrupts INTRTCICn.

R_INTFO_Start

Enables the acceptance of the external maskable interrupts INTFO.

R_INTFO_Stop

Disables the acceptance of the external maskable interrupts INTFO.

R_INTFO_ClearFlag

Clears INTFCLR flag of Interrupt flag output control register 1 (INTFOCTL1).

r_intfo_interrupt

Performs processing in response to the external maskable interrupt INTFO.