We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I'm using c51 on 8051. Is It possible to do a struct with large bit fields like:
struct bit_st { int x :25; int y :22; int reserved :1; }
(I know that int mean 16bit)
Tnx, Ran