I can not find a reference or definition for 10*0x1000u in a whole stack of c books or an hour on-line
In context I know it is 0010b So 0x1000 represents 0000b and 10* is increment 10 in effect
I get the u = unsigned int part
So;
What is it?
Is it common, or unique to the MSP430 library?
What is it called?
Thank you...
-H