• Structures
    In my application I have a number of different structure variables. In all cases the members are unsigned char. I pass the structure to a function via a pointer where the various structures may have...
  • Problem with structures containing structures
    Hello, I have a problem with the following structure declaration: typedef struct { HDEntriesTYPE HDWindowStartSTRUCT; } actualPlayerStatusTYPE; typedef struct { unsigned long StartClusterUL;...
  • Offset to a member of a structure (relative to that structure)
    I have a structure I would like to compute the offset to members within. I've attempted this numerous ways all of which fail to generate a CONSTANT offset instead the compiler insists and create...
  • Structure Size
    Hi....I am writing code for STR710FZ2 using Keil compiler.when i checked the sizeof a structure which i defined i got the size as 12 eventhough the actual size is 10.Since arm is 32 bit i can only defines...
  • Structure Padding
    Hi there, This is with respect to Keil USB mass storage example program (LPC2368 based MCB 2300 evaluation board is being used). The program works fine when compiled with Real View Compiler and tested...