Technical information
CSI to SPI Peripheral Communication in V850ES Microcontrollers
** None
**
**---------------------------------------------------------------------------
*/
void PORT_Init( void )
{
/* initialize the port registers */
P0 = PORT_P0;
P1 = PORT_P1;
P3 = PORT_P3;
P4 = PORT_P4;
P5 = PORT_P5;
P6 = PORT_P6;
P8 = PORT_P8;
P9 = PORT_P9;
PCD = PORT_PCD;
PCM = PORT_PCM;
PCS = PORT_PCS;
PCT = PORT_PCT;
PDH = PORT_PDH;
PDL = PORT_PDL;
/* initialize the function registers */
PF3H = PORT_PF3;
PF4 = PORT_PF4;
PF5 = PORT_PF5;
PF6 = PORT_PF6;
PF8 = PORT_PF8;
PF9H = PORT_PF9;
/* initialize the Pull-up resistor option registers */
PU0 = PORT_PU0;
PU1 = PORT_PU1;
PU3 = PORT_PU3;
PU4 = PORT_PU4;
PU5 = PORT_PU5;
PU6 = PORT_PU6;
PU8 = PORT_PU8;
PU9 = PORT_PU9;
PUCD = PORT_PUCD;
PUCM = PORT_PUCM;
PUCS = PORT_PUCS;
PUCT = PORT_PUCT;
PUDH = PORT_PUDH;
PUDL = PORT_PUDL;
/* initialize the mode registers */
PM0 = PORT_PM0;
PM1 = PORT_PM1;
PM3 = PORT_PM3;
PM4 = PORT_PM4;
PM5 = PORT_PM5;
PM6 = PORT_PM6;
PM8 = PORT_PM8;
PM9 = PORT_PM9;
60