Rev.1.01 2007.02.16
RJJ10J1643-0101
100
Return value
If the timer specification is incorrect, RAPI_FALSE is returned; otherwise, RAPI_TRUE
is returned.
Functionality Timer (pulse width measurement mode)
Reference __CreatePulseWidthMeasurementMode, __DestroyPulseWidthMeasurementMode,
__GetPulseWidthMeasurementMode
Remark •
If an undefined value is specified in the argument, operation of the API cannot be
guaranteed.
• The specifiable timers differ with each CPU used.
Program example
#include "rapi_timer_r8c_13.h"
void func( void )
{
/* Disable timer X as pulse width measurement mode */
__EnablePulseWidthMeasurementMode( RAPI_TIMER_X|RAPI_TIMER_OFF );
}