UINT32 x : 1 ?

Newbie Member
25Jun2008,10:50   #1
mottoshiritai's Avatar
Hi all,
I saw this somewhere.
UINT32 x : 1;

May I know what is the purpose of declaring the data type to 32 bits, but only 1 bit is in use? Is this related to hardware logic?

Thanks for the help.