English
Language : 

M16C26A-LM Datasheet, PDF (5/16 Pages) Renesas Technology Corp – Sample Program (Lux Meter)
ç
M16C/26A Group
Sample Program (Lux Meter)
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_CancelTimer( int TimerNo, int *ERcode );
ApiStatusType RL_Putc_Lcd( char Ylocation, char outc, int *ERcode );
*ERcode );
ApiStatusType RL_Putc_LcdLoc( char Xlocation, char Ylocation, char RvTime, char outc, int *ERcode );
ApiStatusType RL_Puts_LcdLoc( char Xlocation, char Ylocation, char RvTime, const char far* outc, int
*ERcode );
ApiStatusType RL_Start_Adc( int AdIdentfier, int *ERcode );
int RL_AdAveraging( int AdLogicalNo, int *AdAverage, int *ERcode );
void RL_ErrorHook( int FuncNo, int ErrorNo );
For details about the APIs and common functions used by the sample program (lux meter), see the Renesas Starter Kit Library V.1.00
Reference Manual.
REJ05B0811_0110 Rev.1.10
2007.11
Page 5 of 16