hi i'am working in a project using a tutorial and a code for uC lpc229x ;in this code i don't understand this line as a structre , i want to understand its meaning: #define VICIntEnClr (*((volatile unsigned long *) 0xFFFFF014)) and thx for help!
Should be the define for the Adress of the Register "VICIntEnClr".
yes this is it !! :) thx