beautypg.com

Renesas RJJ10J1643-0101 User Manual

Page 167

background image

Rev.1.01 2007.02.16
RJJ10J1643-0101

165

__WriteIOPortRegister

Remark

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

be guaranteed.

The specifiable I/O ports differ with each CPU used.

Program example

#include " rapi_io_port_r8c_13.h"

void func( void )
{
unsigned int data;

/* Set the data to port P05 */
__WriteIOPort( RAPI_PORT_0_5, 0 );
}