User`s manual
RX62N Group, RX621 Group 4. Library Reference
Description (2/2)
[data2]
Select the waiting times. If multiple selections are required, use "|" to separate each selection.
The default settings are shown in bold. Specify PDL_NO_DATA to use the defaults.
•
Software Standby waiting time
PDL_LPC_STANDBY_64 or
PDL_LPC_STANDBY_512 or
PDL_LPC_STANDBY_1024 or
PDL_LPC_STANDBY_2048 or
PDL_LPC_STANDBY_4096 or
PDL_LPC_STANDBY_16384 or
PDL_LPC_STANDBY_32768 or
PDL_LPC_STANDBY_65536 or
PDL_LPC_STANDBY_131072 or
PDL_LPC_STANDBY_262144 or
PDL_LPC_STANDBY_524288
Select the number of PCLK cycles that will elapse
before the CPU resumes after exiting from
software standby mode.
•
Deep Software Standby waiting time
PDL_LPC_DEEP_STANDBY_64 or
PDL_LPC_DEEP_STANDBY_512 or
PDL_LPC_DEEP_STANDBY_1024 or
PDL_LPC_DEEP_STANDBY_2048 or
PDL_LPC_DEEP_STANDBY_4096 or
PDL_LPC_DEEP_STANDBY_16384 or
PDL_LPC_DEEP_STANDBY_32768 or
PDL_LPC_DEEP_STANDBY_65536 or
PDL_LPC_DEEP_STANDBY_131072 or
PDL_LPC_DEEP_STANDBY_262144 or
PDL_LPC_DEEP_STANDBY_524288
Select the number of PCLK cycles that will elapse
before the CPU resumes after exiting from deep
software standby mode.
Return value
True if all parameters are valid and exclusive; otherwise false.
Category
LPC
References
R_LPC_Control
Remarks
•
If PDL_LPC_IO_DELAY is specified, use R_LPC_Control with the PDL_LPC_IO_RELEASE
option to cancel the I/O port state retention.
Program example
/* RPDL definitions */
#include "r_pdl_lpc.h"
/* RPDL device-specific definitions */
#include "r_pdl_definitions.h"
void func( void )
{
/* Allow a falling edge on IRQ0-A to cancel deep software standby */
R_LPC_Create(
PDL_LPC_CANCEL_IRQ0_FALLING,
PDL_LPC_STANDBY_64 | PDL_LPC_DEEP_STANDBY_1024
);
}
R20UT0084EE0112 Rev.1.12 Page 4-45
July. 16, 2014