Renesas RJJ10J1643-0101 Network Card User Manual


 
Rev.1.01 2007.02.16
RJJ10J1643-0101
9
2. Driver
2.1 Overview
The library described herein provides a peripheral facility control program (peripheral
driver) for microcomputers. Use of the Renesas API permits the peripheral driver to be
built into a user program.
Configuration of Renesas APIs is shown below.
File name Description
rapi_
xxx
_
yyy
.lib
(
xxx
= family name,
yyy
= series name)
This is the Renesas API library file. To use
Renesas APIs, specify this file as input file
for the linker.
rapi_ad_
xxx
_
yyy
.h
(
xxx
= family name,
yyy
= series name)
This is the header file for A/D converter
driver APIs. To use A/D converter driver
APIs, be sure to include this file.
rapi_io_port_
xxx
_
yyy
.h
(
xxx
= family name,
yyy
= series name)
This is the header file for I/O port driver
APIs. To use I/O port driver APIs, be sure
to include this file.
rapi_sif_
xxx
_
yyy
.h
(
xxx
= family name,
yyy
= series name)
This is the header file for serial I/F driver
APIs. To use serial I/F driver APIs, be sure
to include this file.
rapi_timer_
xxx
_
yyy
.h
(
xxx
= family name,
yyy
= series name)
This is the header file for timer driver
APIs. To use timer driver APIs, be sure to
include this file.
Interrupt_
xxx
_
yyy
.h
(
xxx
= family name,
yyy
= series name)
This is the interrupt function source file for
Renesas APIs. To use Renesas APIs that
use interrupts, add this file to the user
program.
rapi_io_
xxx
_
yyy
.h
(
xxx
= family name,
yyy
= series name)
This is the CPU control register definition
header file for Renesas APIs.