beautypg.com

Renesas RJJ10J1643-0101 User Manual

Page 179

background image

Rev.1.01 2007.02.16
RJJ10J1643-0101

177

Return value

If the external interrupt specification is incorrect, RAPI_FALSE is returned; otherwise,
RAPI_TRUE is returned.

Functionality

External

interrupt

Reference

__SetInterrupt

,

__GetInterruptFlag

,

__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 )
{
/* Activate _INT1 interrupt ( interrupt priority level 5 ) */
__EnableInterrupt(RAPI_INT1, 5 );
}