Renesas M16C/62P Group Computer Hardware User Manual


 
Rev.1.00 2007.11.1
REC10B0002-0100
33
Functionality
Serial I/O
Reference
Remark
If an undefined value is specified in the argument, operation of the API cannot be
guaranteed.
Program example
#include ”rapi_sif_m16c_62p”
Boolean func( void )
{
/* Set interrupt of RAPI_COM1 to serial driver */
return __SetSerialInterrupt( RAPI_COM1 | RAPI_INT_TX_LV_1 |
RAPI_INT_RX_LV_2 );
}