How to set port pin of ARM philips lpx21xx processor
Ex: 8051 MCU
sbit one = P0^0; sbit two = P0^1;
but i need port accessing for ARM controller how to use port pin of ARM....