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

PDUTEMPWRREG tempwr - Telemetry Bitfield


"PDU TEM Power Management Register" (APP/LHK)

View Options: (help)

Ancestry:

    0x000 pkt PduEnv0
    0x014 bf PDUTEMPWRREG tempwr

Definition:

    Alignment:2-byte boundary
    APID:542/0x21E
    Attribute(s):
    C type:unsigned short
    Length: 16 bits (2 bytes)
    Offset:0x014

Description:

Layout: (hide detail; help)

    PDUTEMPWRREG (bf)
    |  PDUTEMPWRST temf (0) ... tem0 (15)
    

    typedef struct _LHK_PDUTEMPWRREG_Bfl {
    
        #if ENDIANNESS_IS_BIG
    
        /* PDU TEM Power State */
        unsigned short       temf:1;
    
        /* PDU TEM Power State */
        unsigned short       teme:1;
    
        /* PDU TEM Power State */
        unsigned short       temd:1;
    
        /* PDU TEM Power State */
        unsigned short       temc:1;
    
        /* PDU TEM Power State */
        unsigned short       temb:1;
    
        /* PDU TEM Power State */
        unsigned short       tema:1;
    
        /* PDU TEM Power State */
        unsigned short       tem9:1;
    
        /* PDU TEM Power State */
        unsigned short       tem8:1;
    
        /* PDU TEM Power State */
        unsigned short       tem7:1;
    
        /* PDU TEM Power State */
        unsigned short       tem6:1;
    
        /* PDU TEM Power State */
        unsigned short       tem5:1;
    
        /* PDU TEM Power State */
        unsigned short       tem4:1;
    
        /* PDU TEM Power State */
        unsigned short       tem3:1;
    
        /* PDU TEM Power State */
        unsigned short       tem2:1;
    
        /* PDU TEM Power State */
        unsigned short       tem1:1;
    
        /* PDU TEM Power State */
        unsigned short       tem0:1;
    
        #elif ENDIANNESS_IS_LITTLE
    
        /* PDU TEM Power State */
        unsigned short       tem0:1;
    
        /* PDU TEM Power State */
        unsigned short       tem1:1;
    
        /* PDU TEM Power State */
        unsigned short       tem2:1;
    
        /* PDU TEM Power State */
        unsigned short       tem3:1;
    
        /* PDU TEM Power State */
        unsigned short       tem4:1;
    
        /* PDU TEM Power State */
        unsigned short       tem5:1;
    
        /* PDU TEM Power State */
        unsigned short       tem6:1;
    
        /* PDU TEM Power State */
        unsigned short       tem7:1;
    
        /* PDU TEM Power State */
        unsigned short       tem8:1;
    
        /* PDU TEM Power State */
        unsigned short       tem9:1;
    
        /* PDU TEM Power State */
        unsigned short       tema:1;
    
        /* PDU TEM Power State */
        unsigned short       temb:1;
    
        /* PDU TEM Power State */
        unsigned short       temc:1;
    
        /* PDU TEM Power State */
        unsigned short       temd:1;
    
        /* PDU TEM Power State */
        unsigned short       teme:1;
    
        /* PDU TEM Power State */
        unsigned short       temf:1;
    
        #else
    
        #error _FILE_ ENDIANNESS NOT DEFINED
    
        #endif
    
    } __attribute__((packed)) LHK_PDUTEMPWRREG_Bfl;
    
    typedef union _LHK_PDUTEMPWRREG {
    
        /* underlying unsigned short */
        unsigned short                  us;
    
        /* struct mapped bitfield */
        struct _LHK_PDUTEMPWRREG_Bfl    bf;
    
    } LHK_PDUTEMPWRREG;
    

Fields:

      Brief:  "PDU TEM Power State"

      Instance(s):  tem0, tem1, tem2, tem3, tem4, tem5, tem6, tem7, tem8, tem9, tema, temb, temc, temd, teme, temf