Renesas Single-Chip Microcomputer M38C89T-ADF User Manual Page 37

  • Download
  • Add to my manuals
  • Print
  • Page
    / 138
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 36
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
);
}
Page view 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 137 138

Comments to this Manuals

No comments