GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
CALLOWGBMBF - Telecommand Bitfield
|
"Allowed GBM Activity Bitfield" (APP/LIM) View Options: (help) Definition:
Description:
Layout: (hide detail; help)
CALLOWGBMBF (bf) | CPAD13 pad1 (0-12) | CALLOWED pri_int_allowed (13) ... rep_req_allowed (15) | CPAD13 pad2 (16-28) | CITEMSEL pri_int_valid (29) ... rep_req_valid (31)
typedef struct _LIM_CALLOWGBMBF_Bfl {
#if ENDIANNESS_IS_BIG
/* 13-Bit Padding */
unsigned int pad1:13;
/* Action Allowed */
unsigned int pri_int_allowed:1;
/* Action Allowed */
unsigned int red_int_allowed:1;
/* Action Allowed */
unsigned int rep_req_allowed:1;
/* 13-Bit Padding */
unsigned int pad2:13;
/* Item Selection */
unsigned int pri_int_valid:1;
/* Item Selection */
unsigned int red_int_valid:1;
/* Item Selection */
unsigned int rep_req_valid:1;
#elif ENDIANNESS_IS_LITTLE
/* Item Selection */
unsigned int rep_req_valid:1;
/* Item Selection */
unsigned int red_int_valid:1;
/* Item Selection */
unsigned int pri_int_valid:1;
/* 13-Bit Padding */
unsigned int pad2:13;
/* Action Allowed */
unsigned int rep_req_allowed:1;
/* Action Allowed */
unsigned int red_int_allowed:1;
/* Action Allowed */
unsigned int pri_int_allowed:1;
/* 13-Bit Padding */
unsigned int pad1:13;
#else
#error _FILE_ ENDIANNESS NOT DEFINED
#endif
} __attribute__((packed)) LIM_CALLOWGBMBF_Bfl;
typedef union _LIM_CALLOWGBMBF {
/* underlying unsigned int */
unsigned int ui;
/* struct mapped bitfield */
struct _LIM_CALLOWGBMBF_Bfl bf;
} LIM_CALLOWGBMBF;
Used by:
|