Rev.1.01 2007.02.16
RJJ10J1643-0101
89
RAPI_TIMER_
OFF
Sets the timer that is set to pulse period measurement mode to stop
operating.
Return value
If the timer specification is incorrect, RAPI_FALSE is returned; otherwise, RAPI_TRUE
is returned.
Functionality Timer (pulse period measurement mode)
Reference __CreatePulsePeriodMeasurementMode, __DestroyPulsePeriodMeasurementMode,
__GetPulsePeriodMeasurementMode
Remark •
If an undefined value is specified in the argument, operation of the API cannot be
guaranteed.
• T he specifiable timers differ with each CPU used.
Program example
#include "rapi_timer_r8c_13.h"
void func( void )
{
/* Enable timer X as pulse period measurement mode */
__EnablePulsePeriodMeasurementMode( RAPI_TIMER_X|RAPI_TIMER_ON );
}