what does "portbff' mean?
I have a code below:
#define LCD_COM portbfff
#define LCD_DAT portbffe
typedef unsigned int Uint16;
ioport Uint16 LCD_COM;
ioport Uint16 LCD_DAT;
It made me confused about the portbfff. In the user manual,I just find we can use port10, and the '10' is in hex formart .So it means pin 16. And what about "portbfff" here, it must not be pin 49151.
Do I understand wrong ? Help some one help me .thanks a lot!