beautypg.com

Renesas RJJ10J1643-0101 User Manual

Page 159

background image

Rev.1.01 2007.02.16
RJJ10J1643-0101

157

Program example

#include " rapi_io_port_r8c_13.h

void func( void )
{
/* Set up port P03 as input port */
__SetIOPort(RAPI_PORT_0_3| RAPI_PORT_INPUT| RAPI_PULLED_HIGH, 0, 0 );
}