User`s manual
RX62N Group, RX621 Group 4. Library Reference
Program example
/* RPDL definitions */
#include "r_pdl_tmr.h"
/* RPDL device-specific definitions */
#include "r_pdl_definitions.h"
void func(void)
{
/* Change timer TMR1 to 600ns period, 100ns pulse width */
R_TMR_ControlPeriodic(
PDL_TMR_TMR1,
PDL_TMR_PERIOD,
600E-9,
100E-9
);
}
R20UT0084EE0112 Rev.1.12 Page 4-143
July. 16, 2014