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

Declaration of registers(LPC2103)

Hi all. May i know how to declare a register for LPC2103? if the bit is 0, symbol is Receiver Data Ready(RDR) and its under Line Status Register(U0LSR). The address is 0xE000 C014. What i know in 8051 is that registered are declared this way: sbit TI = SCON^1

Your help is greatly appreciated! Thanks.