GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package

CALLOWGBMBF - Telecommand Bitfield


"Allowed GBM Activity Bitfield" (APP/LIM)

View Options: (help)

Definition:

    Alignment:4-byte boundary
    APID:1635/0x663:13
    Attribute(s):
    C type:unsigned int
    Length: 32 bits (4 bytes)

Description:

    Bitfield of GBM activities that LIM is allowed to perform.

Layout: (hide detail; help)

    Start Stop Size Item Type and Name
    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: