Rev.1.01 2007.02.16
RJJ10J1643-0101
173
RAPI_INT2
Uses _INT2 interrupt.
RAPI_INT3
Uses _INT3 interrupt.
RAPI_KEY
Uses key input interrupt.
RAPI_INT_RISING
Specifies a rising edge for the active edge of a selected external
interrupt.
RAPI_INT_FALLING
Specifies a falling edge for the active edge of a selected external
interrupt.
RAPI_INT_BOTH
Specifies both edges for the active edge of a selected external
interrupt.
RAPI_FILTER_F1
Uses the digital filter facility that has a sampling frequency f
1
.
RAPI_FILTER_F8
Uses the digital filter facility that has a sampling frequency f
8
.
RAPI_FILTER_F32
Uses the digital filter facility that has a sampling frequency f
32
.
RAPI_KI0_FALLING
Enables _KI0 pin input whose falling edge is the active edge.
RAPI_KI0_RISING
Enables _KI0 pin input whose rising edge is the active edge.
RAPI_KI1_FALLING
Enables _KI1 pin input whose falling edge is the active edge.
RAPI_KI1_RISING
Enables _KI1 pin input whose rising edge is the active edge.
RAPI_KI2_FALLING
Enables _KI2 pin input whose falling edge is the active edge.
RAPI_KI2_RISING
Enables _KI2 pin input whose rising edge is the active edge.
RAPI_KI3_FALLING
Enables _KI3 pin input whose falling edge is the active edge.
RAPI_KI3_RISING
Enables _KI3 pin input whose rising edge is the active edge.
• Specifiable definition values when _INT0 to _INT3 interrupt is used (RAPI_INT0 to
RAPI_INT3 specified)
(Polarity)
Specify one from { RAPI_INT_RISING, RAPI_INT_FALLING,
RAPI_INT_BOTH }. The default value is RAPI_INT_FALLING.
(Filter)
Specify one from { RAPI_FILTER_F1, RAPI_FILTER_F8,
RAPI_FILTER_F32 }. If no filters are specified, “No filter” is set.
• Specifiable definition values when key input interrupt is used (RAPI_KEY specified)
(_KI0 pin input) Specify one from { RAPI_KI0_FALLING, RAPI_KI0_RISING }. If _KI0 pin
input is not specified, “_KI0 pin input disabled” is set.
(_KI1 pin input) Specify one from { RAPI_KI1_FALLING, RAPI_KI1_RISING }. If _KI1 pin
input is not specified, “_KI1 pin input disabled” is set.
(_KI2 pin input) Specify one from { RAPI_KI2_FALLING, RAPI_KI2_RISING }. If _KI2 pin
input is not specified, “_KI2 pin input disabled” is set.
(_KI3 pin input) Specify one from { RAPI_KI3_FALLING, RAPI_KI3_RISING }. If _KI3 pin
input is not specified, “_KI3 pin input disabled” is set.
(H8/300H)
RAPI_IRQ0
Uses IRQ0 interrupt.
RAPI_IRQ1
Uses IRQ1 interrupt.
RAPI_IRQ2
Uses IRQ2 interrupt.
RAPI_IRQ3
Uses IRQ3 interrupt.
RAPI_WKP
Uses WKP interrupt.
RAPI_NOT_INT_
REQUEST
Does not request assertion of interrupt for a selected external
interrupt.
RAPI_INT_REQUEST
Requests assertion of interrupt for a selected external interrupt.