Enablepulsewidthmodulationmode - Renesas M16C/62P Group Reference Manual

Group renesas embedded application programming interface
Hide thumbs Also See for M16C/62P Group:
Table of Contents

Advertisement

__EnablePulseWidthModulationMode

Synopsis
<Control operation of pulse width modulation mode>
Boolean __EnablePulseWidthModulationMode(unsigned long data)
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.
Return value
If the timer specification is incorrect, RAPI_FALSE is returned; otherwise, RAPI_TRUE
is returned.
Timer (pulse width modulation mode (PWM mode))
Functionality
Reference
__CreatePulseWidthModulationMode,
Remark
Program example
#include "rapi_timer_m16c_62p.h"
void func( void )
{
}
Rev.1.00
2007.11.1
REC10B0002-0100
data
Setup data
Selects timer A channel 0.
RAPI_TIMER_A0
RAPI_TIMER_A1
Selects timer A channel 1.
RAPI_TIMER_A2
Selects timer A channel 2.
Selects timer A channel 3.
RAPI_TIMER_A3
Selects timer A channel 4.
RAPI_TIMER_A4
RAPI_TIMER_ON
Sets the timer that is set to pulse width modulation mode to
start operating.
Sets the timer that is set to pulse width modulation mode to
RAPI_TIMER_OFF
stop operating.
If an undefined value is specified in the argument, operation of the API cannot be
guaranteed.
/* Enable timer A2 as pulse width modulation mode */
__EnablePulseWidthModulationMode( RAPI_TIMER_A2|RAPI_TIMER_ON );
__DestroyPulseWidthModulationMode
53

Advertisement

Table of Contents
loading

Table of Contents