beautypg.com

Renesas RJJ10J1643-0101 User Manual

Page 190

background image

Rev.1.01 2007.02.16
RJJ10J1643-0101

188

RAPI_AN4

Uses AN4 pin for the analog input pin.

RAPI_AN5

Uses AN5 pin for the analog input pin.

RAPI_AN6

Uses AN6 pin for the analog input pin.

RAPI_AN7

Uses AN7 pin for the analog input pin.

RAPI_AN8

Uses AN8 pin for the analog input pin.

RAPI_AN9

Uses AN9 pin for the analog input pin.

RAPI_AN10

Uses AN10 pin for the analog input pin.

RAPI_AN11

Uses AN11 pin for the analog input pin.

RAPI_AN12

Uses AN12 pin for the analog input pin.

RAPI_AN13

Uses AN13 pin for the analog input pin.

RAPI_AN14

Uses AN14 pin for the analog input pin.

RAPI_AN15

Uses AN15 pin for the analog input pin.

RAPI_AN0_GROUP

Uses AN0–AN3 group for the analog input pin.

RAPI_AN4_GROUP

Uses AN4–AN7 group for the analog input pin.

RAPI_AN8_GROUP

Uses AN8–AN11 group for the analog input pin.

RAPI_AN12_GROUP

Uses AN12–AN15 group for the analog input pin.

RAPI_134_STATES

Conversion time = 134 states

RAPI_70_STATES

Conversion time = 70 states

RAPI_AD_ON

Sets the AD converter to start operating in __CreateAD.

RAPI_AD_OFF

Sets the AD converter to stop operating in __CreateAD.

RAPI_RISING_TRIGGER

Includes a rising-edge external trigger in the A/D conversion

start condition.

RAPI_FALLING_TRIGGER

Includes a falling-edge external trigger in the A/D conversion

start condition.

RAPI_AD_INT_REQUEST

Requests assertion of interrupt for A/D conversion interrupt.

RAPI_NOT_AD_INT_

REQUEST

Does not request assertion of interrupt for A/D conversion

interrupt.

• Specifiable definition values when one-shot mode is used (RAPI_ONE_SHOT specified)

(Input pin)

Specify one from { RAPI_AN0, RAPI_AN1, RAPI_AN2, RAPI_AN3, RAPI_AN4,

RAPI_AN5, RAPI_AN6, RAPI_AN7, RAPI_AN8, RAPI_AN9, RAPI_AN10,

RAPI_AN11, RAPI_AN12, RAPI_AN13, RAPI_AN14, RAPI_AN15 }. The default

value is RAPI_AN0.

(Conversion

time)

Specify one from { RAPI_134_STATES, RAPI_70_STATES }. The default

value is RAPI_134_STATES.

(Operating

states set)

Specify one from { RAPI_AD_ON, RAPI_AD_OFF }. The default value is

RAPI_AD_OFF.

(Trigger)

Specify one from { RAPI_RISING_TRIGGER, RAPI_FALLING_TRIGGER }.

If no triggers are specified, “Trigger input disabled” is set.

(Interrupt

request)

Specify one from { RAPI_AD_INT_REQUEST,
RAPI_NOT_AD_INT_REQUEST }.
The default value is RAPI_NOT_AD_INT_REQUEST.

• Specifiable definition values when repeat mode is used (RAPI_REPEAT specified)