beautypg.com

Renesas RJJ10J1643-0101 User Manual

Page 181

background image

Rev.1.01 2007.02.16
RJJ10J1643-0101

179

Functionality

External interrupt

Reference

__SetInterrupt

,

__EnableInterrupt

,

__ClearInterruptFlag

Remark

If an undefined value is specified in the first argument, operation of the API cannot
be guaranteed.

The specifiable external interrupts differ with each CPU used.

Program example

#include " rapi_interrupt_r8c_13.h"

void func( void )
{
unsigned char data;

/* Get flag of _INT2 interrupt */
__GetInterruptFlag( IS_INT2, &data );
}