
Rev.1.00 May 22 2012
REJ09B0566
Library Reference
R_IO_PORT_Read
Program example
#include "r_pdl_io_port.h"
void func( void )
{
uint16_t data;
/* Get the value of port E */
R_IO_PORT_Read(PDL_IO_PORT_E, &data);
/* Get the value of port F2 */
R_IO_PORT_Read(PDL_IO_PORT_F_2, &data);
}
Komentáře k této Příručce