beautypg.com

Renesas RJJ10J1643-0101 User Manual

Page 59

background image

Rev.1.01 2007.02.16
RJJ10J1643-0101

57

RAPI_TB1_F256

Timer B1 counts with internal clock φ/256.

RAPI_TB1_F512

Timer B1 counts with internal clock φ/512.

RAPI_TB1_F2048

Timer B1 counts with internal clock φ/2048.

RAPI_TB1_F8192

Timer B1 counts with internal clock φ/8192.

RAPI_TV_F4

Timer V counts on falling edges of internal clock φ/4.

RAPI_TV_F8

Timer V counts on falling edges of internal clock φ/8.

RAPI_TV_F16

Timer V counts on falling edges of internal clock φ/16.

RAPI_TV_F32

Timer V counts on falling edges of internal clock φ/32.

RAPI_TV_F64

Timer V counts on falling edges of internal clock φ/64.

RAPI_TV_F128

Timer V counts on falling edges of internal clock φ/128.

RAPI_TIMER_ON

Sets the timer to start operating in __CreateTimer.

RAPI_TIMER_OFF

Sets the timer to stop operating in __CreateTimer.

RAPI_OVERFLOW

Enables overflow interrupt.

RAPI_OUT_F4 Outputs

φ/4 clock.

RAPI_OUT_F8 Outputs

φ/8 clock.

RAPI_OUT_F16 Outputs

φ/16 clock.

RAPI_OUT_F32 Outputs

φ/32 clock.

RAPI_OUT_8192 Outputs

φW/4 clock.

RAPI_OUT_4096 Outputs

φW/8 clock.

RAPI_OUT_2048 Outputs

φW/16 clock.

RAPI_OUT_1024 Outputs

φW/32 clock.

RAPI_AUTO_RELOAD

Uses auto reload facility.

• Specifiable definition values when timer A is used (RAPI_TIMER_A specified)

(Clock)

Specify one from { RAPI_TA_F8, RAPI_TA_F32, RAPI_TA_F128,

RAPI_TA_F256, RAPI_TA_F512, RAPI_TA_F2048, RAPI_TA_F4096,

RAPI_TA_F8192 }.

The default value is RAPI_TA_F8192.

(Interrupt)

If overflow interrupt requests are enabled, specify RAPI_OVERFLOW. If

no interrupts are specified, “No interrupt request” is set.

(Output)

Specify one from { RAPI_OUT_F4, RAPI_OUT_F8, RAPI_OUT_F16,

RAPI_OUT_F32, RAPI_OUT_8192, RAPI_OUT_4096,

RAPI_OUT_2048, RAPI_OUT_1024 }. If this specification is omitted,

“Clock output” is set.

• Specifiable definition values when timer B1 is used (RAPI_TIMER_B1 specified)

(Clock)

Specify one from { RAPI_TB1_F4, RAPI_TB1_F16, RAPI_TB1_F64,

RAPI_TB1_F256, RAPI_TB1_F512, RAPI_TB1_F2048,

RAPI_TB1_F8192 }. The default value is RAPI_TB1_F8192.

(Interrupt)

If overflow interrupt requests are enabled, specify RAPI_OVERFLOW. If

no interrupts are specified, “No interrupt request” is set.

(Reload)

To select the auto reload facility, specify RAPI_AUTO_RELOAD. If

RAPI_AUTO_RELOAD is not specified, “Select interval facility” is set.

• Specifiable definition values when timer V is used (RAPI_TIMER_V specified)

(Clock)

Specify one from { RAPI_TV_F4, RAPI_TV_F8, RAPI_TV_F16,

RAPI_TV_F32, RAPI_TV_F64, RAPI_TV_F128}. If this specification is

omitted, “Disable clock input” is set.