User`s manual
RX62N Group, RX621 Group 4. Library Reference
Remarks
•
A callback function is executed by the interrupt processing function. This means that no other
interrupt can be processed until the callback function has completed.
•
Use R_POE_GetStatus to determine the interrupt cause.
Program example
/* RPDL definitions */
#include "r_pdl_poe.h"
/* RPDL device-specific definitions */
#include "r_pdl_definitions.h"
void POE0_handler(void){}
void func(void)
{
/* Assign the callback function for pin POE0 */
R_POE_Create(
PDL_POE_IRQ_HI_Z_0_3_ENABLE,
POE0_handler,
PDL_NO_FUNC,
PDL_NO_FUNC,
PDL_NO_FUNC,
15
);
}
R20UT0084EE0112 Rev.1.12 Page 4-117
July. 16, 2014