Everything
3.2.4 Interrupt

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

Table 3.4

API Functions: [Interrupt]

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_IRQn_Start

Enables the IRQn interrupts.

R_IRQn_Stop

Disables the IRQn interrupts.

R_SINTn_Start

Enables the software interrupts (SINTn).

R_SINTn_Stop

Disables the software interrupts (SINTn).

R_SINTn_TriggerOn

Software interrupt registers increments the value of a counter.

R_INTPn_Start

Enables the INTPn interrupts.

R_INTPn_Stop

Disables the INTPn interrupts.

r_nmi_interrupt

Performs processing in response to the NMI interrupt.

r_irqn_interrupt

Performs processing in response to the IRQn interrupt.

r_sintn_interrupt

Performs processing in response to the SINTn interrupt.

r_intpn_interrupt

Performs processing in response to the INTPn interrupt.