Application Programming Interface Reference Manual
Manuals
Brands
Renesas Manuals
Computer Hardware
M16C/62P Group
89
90
91
92
93
94
95
96
97
98
Rev
.1.00 2007.1
1.1
REC10
B0002-0
100
94
Program example
#include "rapi_ad_
m16
c_62p.h"
void func( void )
{
/*
Disable
A/D
converter
*/
__EnableADC(
RAPI_AN0|RAPI_AD_OFF,
1
);
}
1
...
...
92
93
94
95
96
97
...
98