This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to set and retrive port pin of ARM processor

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....

0