M16C/26A Group  
					Sample Program (Terminal Software)  
					6.2 APIs and Common Functions Used  
					ApiStatusType RL_SetTimerReq( unsigned int TimerValue, char TimerMode, int *TimerNo, int *ERcode );  
					ApiStatusType RL_StartTimer( int TimerNo, int *ERcode );  
					ApiStatusType RL_CheckTimer( int TimerNo, int *ERcode );  
					ApiStatusType RL_Putc_Lcd( char Ylocation, char outc, int *ERcode );  
					ApiStatusType RL_Putc_LcdLoc( char Xlocation, char Ylocation, char RvTime, char outc, int *ERcode );  
					ApiStatusType RL_Open_Com( int bitlenght, int stopbit, int parity, int bps, int *ERcode );  
					ApiStatusType RL_Getc_Com( char *ComRxChar, int *ERcode );  
					ApiStatusType RL_Start_Buzzer( char freqNo, int *ERcode );  
					ApiStatusType RL_Stop_Buzzer( int *ERcode );  
					void RL_ErrorHook( int FuncNo, int ErrorNo );  
					For details about the APIs and common functions used by the sample program (terminal software), see the Renesas Starter Kit  
					Library V.1.00 Reference Manual.  
					REJ05B0809-0110 Rev.1.10  
					2007.12  
					Page 6 of 17