GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
TGBMCONFIGBF - Telemetry Bitfield
|
"GBM Interface Configuration Bitfield" (APP/LIM) View Options: (help) Definition:
Description:
Layout: (hide detail; help)
TGBMCONFIGBF (bf) | TPAD5 pad (0-4) | TALLOWED pri_int_allowed (5) ... rep_req_allowed (7)
typedef struct _LIM_TGBMCONFIGBF_Bfl {
#if ENDIANNESS_IS_BIG
/* 5-Bit Padding */
unsigned char pad:5;
/* Allowed Status */
unsigned char pri_int_allowed:1;
/* Allowed Status */
unsigned char red_int_allowed:1;
/* Allowed Status */
unsigned char rep_req_allowed:1;
#elif ENDIANNESS_IS_LITTLE
/* Allowed Status */
unsigned char rep_req_allowed:1;
/* Allowed Status */
unsigned char red_int_allowed:1;
/* Allowed Status */
unsigned char pri_int_allowed:1;
/* 5-Bit Padding */
unsigned char pad:5;
#else
#error _FILE_ ENDIANNESS NOT DEFINED
#endif
} __attribute__((packed)) LIM_TGBMCONFIGBF_Bfl;
typedef union _LIM_TGBMCONFIGBF {
/* underlying unsigned char */
unsigned char uc;
/* struct mapped bitfield */
struct _LIM_TGBMCONFIGBF_Bfl bf;
} LIM_TGBMCONFIGBF;
Fields:
Flag to indicate if an action is allowed.
Explicit padding of 5 bits. Used by:
|