Renesas M16C/62P Group User Manual

Page 68

Advertising
background image

Rev.1.00 2007.11.1
REC10B0002-0100

66

If an undefined value is specified in the first argument, operation of the API cannot

be guaranteed.

The specifiable timers differ with each CPU used.

Program example

#include " rapi_timer_m16c_62p.h"

void func( void )
{
unsigned char data[] = {0,0,0,0,0,0,0};

/* Set up timer A0 register */
__SetTimerRegister( RAPI_TIMER_A0, data );
}

Advertising