User`s manual

Rev.1.00 May 22 2012
REJ09B0566
4-17
Library Reference
4
4.2.2 33BInterrupt Control Unit
R_INTC_Modify
/* PDL definitions */
#include r_pdl_intc.h
/* PDL device-specific definitions */
#include r_pdl_definitions.h
void func( void )
{
/* Set bits 6 and 4 in IER09 to 1 */
R_INTC_Modify(
PDL_INTC_REG_IER,
0x09,
0x50,
PDL_INTC_OR
);
}