• Defining bit field structure to use sfr P1
    Hi, I want to create a bit field structure for a group of bits associated with 'sfr P1' /* Bit definitions within sfr P1 */ #define NRAMEN (1 << 5) #define A20 (1 << 4) #define A19 (1 << 3) #define...
  • Defining bit field structure to use sfr P1
    Hi, I want to create a bit field structure for a group of bits associated with 'sfr P1' /* Bit definitions within sfr P1 */ #define NRAMEN (1 << 5) #define A20 (1 << 4) #define A19 (1 << 3) #define...
  • Information store in "cb_type" field of *P_TCB structure
    Dear Developers Please inform me which information is stored in "cb_type" field of structure "*P_TCB" in rt_TypeDef.h file. Moreover , do we need to change its content in case we raise the privilige...
  • Structure fields & RAM variables on the same address
    I have a structure with various fields. And there are few global variables. The structure fields and the global variables (basically status-flags) denote same information. It doesnt make sense to have...
  • Information store in "cb_type" field of *P_TCB structure
    Dear Developers Please inform me which information is stored in "cb_type" field of structure "*P_TCB" in rt_TypeDef.h file. Moreover , do we need to change its content in case we raise the privilige...