beautypg.com

Renesas RJJ10J1643-0101 User Manual

Page 82

background image

Rev.1.01 2007.02.16
RJJ10J1643-0101

80

__EnablePulseWidthModulationMode

Synopsis

Boolean __EnablePulseWidthModulationMode(unsigned long data)

data

Setup data (content differs with MCU type)

Description

Controls operation of the timer that is set to specified pulse width modulation mode by
starting or stopping it.

[data]

For data, the following definition values can be set. To set multiple definition values at
the same time, use the symbol “|” to separate each specified value.

(M16C)

RAPI_TIMER_A0

Selects timer A channel 0.

RAPI_TIMER_A1

Selects timer A channel 1.

RAPI_TIMER_A2

Selects timer A channel 2.

RAPI_TIMER_A3

Selects timer A channel 3.

RAPI_TIMER_A4

Selects timer A channel 4.

RAPI_TIMER_ON

Sets the timer that is set to pulse width modulation mode to
start operating.

RAPI_TIMER_OFF

Sets the timer that is set to pulse width modulation mode to
stop operating.

(R8C)

RAPI_TIMER_Y Selects

timer

Y.

RAPI_TIMER_Z

Selects timer Z.

RAPI_TIMER_RB

Selects timer RB.

RAPI_TIMER_ON

Sets the timer that is set to pulse width modulation mode to
start operating.

RAPI_TIMER_OFF

Sets the timer that is set to pulse width modulation mode to
stop operating.

(H8/300H)

RAPI_TIMER_V

Selects timer V.

RAPI_TIMER_ON

Sets the timer that is set to pulse width modulation mode to
start operating.

RAPI_TIMER_OFF

Sets the timer that is set to pulse width modulation mode to
stop operating.

Return value

If the timer specification is incorrect, RAPI_FALSE is returned; otherwise, RAPI_TRUE
is returned.

Functionality

Timer (pulse width modulation mode (PWM mode))

Reference

__CreatePulseWidthModulationMode

,

__DestroyPulseWidthModulationMode