
Rev.1.00 May 22 2012
REJ09B0566
Library Reference
R_IO_PORT_Write
Program example
#include "r_pdl_io_port.h"
void func( void )
{
uint16_t data;
/* Get the direction of port E */
R_IO_PORT_ReadControl(PDL_IO_PORT_E, &direction);
/* Get the direction of port F2 */
R_IO_PORT_Read(PDL_IO_PORT_F_2, &direction);
}
Kommentare zu diesen Handbüchern