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

CALLOWHVBF - Telecommand Bitfield


"Allowed ACD High-Voltage Activity Bitfield" (APP/LIM)

View Options: (help)

Definition:

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

Description:

    Bitfield of ACD high-voltage activities that LIM is allowed to perform.

Layout: (hide detail; help)

    Start Stop Size Item Type and Name

    typedef struct _LIM_CALLOWHVBF_Bfl {
    
        #if ENDIANNESS_IS_BIG
    
        /* 15-Bit Padding */
        unsigned int         pad1:15;
    
        /* Action Allowed */
        unsigned int         hv_allowed:1;
    
        /* 15-Bit Padding */
        unsigned int         pad2:15;
    
        /* Item Selection */
        unsigned int         hv_valid:1;
    
        #elif ENDIANNESS_IS_LITTLE
    
        /* Item Selection */
        unsigned int         hv_valid:1;
    
        /* 15-Bit Padding */
        unsigned int         pad2:15;
    
        /* Action Allowed */
        unsigned int         hv_allowed:1;
    
        /* 15-Bit Padding */
        unsigned int         pad1:15;
    
        #else
    
        #error _FILE_ ENDIANNESS NOT DEFINED
    
        #endif
    
    } __attribute__((packed)) LIM_CALLOWHVBF_Bfl;
    
    typedef union _LIM_CALLOWHVBF {
    
        /* underlying unsigned int */
        unsigned int                    ui;
    
        /* struct mapped bitfield */
        struct _LIM_CALLOWHVBF_Bfl      bf;
    
    } LIM_CALLOWHVBF;
    

Used by: