Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/05/06 08:14
Read: times


 
Msg Score: -1
 -2 Non-Specific question
 +1 Informative
#119647 - bit variable using struct
Hello friend
I used struct to define varible for bit length below 8 bit;
I try to define veriable using struct for 20bit it give me error
I found that varible up to 16 bit using struct can not give problem but if more than 16 bit it give problem.

example
struct test1
{
vari:20;
}temp;

best regards
satish munot


List of 16 messages in thread
TopicAuthorDate
bit variable using struct            01/01/70 00:00      
   Which compiler?            01/01/70 00:00      
   Insuffiicient Info; Post formatted code            01/01/70 00:00      
      Asking for help?            01/01/70 00:00      
         Observation            01/01/70 00:00      
         showing lack of discipline            01/01/70 00:00      
   compiler            01/01/70 00:00      
      Sbit and BData            01/01/70 00:00      
         sbit and BData - code formatted            01/01/70 00:00      
      16 bits            01/01/70 00:00      
         more hint            01/01/70 00:00      
      Std C bitfields != Keil bit-addresssable            01/01/70 00:00      
         What this guy said            01/01/70 00:00      
            another example of two things            01/01/70 00:00      
               The problem with bitfields            01/01/70 00:00      
                  Granted            01/01/70 00:00      

Back to Subject List