Hi friends,
I don't know what is the exact meaning of the expresion (->) in Keil? thanks for any idea.
The same as in bog standard C.
The following code is a part of example for lpc1768 in keil. if you could please describe me this code:
LPC_PINCON->PINSEL1 &= ~(3<<18); /* P0.25 is GPIO
Have you programmed with pointers before? If not, it might be an idea to take a look in some programming book - in this case, the code uses a pointer to a struct.
View all questions in Keil forum