RL78/G13 Safety Function (Frequency Detection)
R01AN0956EJ0100 Rev. 1.00 Page 14 of 70
Feb. 27, 2012
5.6 List of Functions
Table 5.6 lists the functions that are used in this sample program.
Table 5.6 List of Functions
Function Name Outline
R_INTC0_Start Starts INTP0 external interrupt processing.
R_TAU0_Channel5_MeasureStart Starts pulse interval measurement.
R_TAU0_Channel5_Start Starts channel 5 of TAU0.
R_TAU0_Channel5_Stop Stops channel 5 of TAU0.
R_IT_Get_fCLK_ChangeFlag Gets the count clock change request flag.
R_TAU0_Channel5_Get_MeasureStatus Gets the pulse interval measurement end flag.
R_Main_Get_PulseWidthMeasureResult Judges the pulse interval measurement value.
R_TAU0_Channel5_Get_PulseWidth Gets the pulse interval measurement value.
R_TAU0_Channel5_Clear_MeasureStatus Clears the pulse interval measurement end flag.
R_Main_fCLK_Change Changes the count clock.
R_Main_HOCO_Change Changes the HOCO clock.
R_Main_Start_LedBlink Starts blinking the LED.
R_Main_Stop_LedBlink Stops blinking the LED.
R_RTC_Start Starts the real-time clock.
R_RTC_Stop Stops the real-time clock.
R_RTC_Set_ConstPeriodInterruptOn Starts real-time clock fixed-frequency interrupts.
R_RTC_Set_ConstPeriodInterruptOff Stops real-time clock fixed-frequency interrupts.
R_IT_Clear_fCLK_ChangeFlag Clears the count clock change request flag.
r_it_interrupt Interval timer interrupt
r_tau0_channel5_interrupt Capture end interrupt for channel 5 of TAU0
r_intc0_interrupt INTP0 external interrupt
r_rtc_interrupt RTC fixed-frequency interrupt
r_rtc_callback_constperiod Callback function for RTC fixed-frequency interrupts
R_IT_Start Starts the interval timer.
R_IT_Stop Stops the interval timer.
R_INTC0_Get_INTP0_Flag Gets the INTP0 external interrupt occurrence flag.
R_INTC0_Clear_INTP0_Flag Clears the INTP0 external interrupt occurrence flag.
R_IT_Get_INTIT_Flag Gets the interval timer interrupt occurrence flag.
R_IT_Clear_INTIT_Flag Clears the interval timer interrupt occurrence flag.