User`s manual

RX62N Group, RX621 Group 1. Introduction
1.3.11. Header file inclusion
The RPDL folder contains a header file, iodefine_RPDL.h.
This file is included by the RPDL source files and will also be included by any user-generated files that call RPDL
functions.
The main HEW project folder may contain the header file iodefine.h.
This file is normally used if access to the I/O registers in the MCU is required.
For any user-generated files that call RPDL functions, there is no need to include this file iodefine.h.
1.3.12. Header file order
The file r_pdl_definitions.h must be included after any peripheral-specific header file.
For example:
/* Peripheral driver function prototypes and definitions */
#include "r_pdl_cgc.h"
#include "r_pdl_cmt.h"
/* PDL device-specific definitions */
#include "r_pdl_definitions.h"
R20UT0084EE0112 Rev.1.12 Page 1-15
July. 16, 2014