• __Packed Keyword
    i am using keil3.34 gnu complier. below code is related real view complier typedef __packed union { WORD W; __packed struct { BYTE L; BYTE H; } WB; } WORD_BYTE; now how __packed keyword using...
  • __irq keyword
    Hi all, I use a STR912 device from ST. In the examples from their library, the interrupt functions are not preceeded with the __irq keyword. 2 questions : What is the difference between a...
  • Volatile keyword
    IU have a variable which can be chyanged outside the interrupt but inside the ISR it is only read. Its value don't change in it. Should it be volatile.
  • ARM Keywords
    Note: This was originally posted on 9th July 2013 at http://forums.arm.com Hi, I am new to the ARM world. In one of the sample program that , i found some architectural conditions as below.. #if (defined...
  • __inline keyword
    Hi, Is the __inline keyword supported in C166 V4.27 ? If so can anybody point me in the direction of any documentation ? My code complies with this keyword in but,on looking at the generated code...