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

TEMDEADTIMEREG temlrs - Telemetry Bitfield


"TEM Deadtime Register Bitfield" (APP/LHK)

View Options: (help)

Ancestry:

    0x000 pkt Lrs0
    0x044 bf TEMDEADTIMEREG temlrs

Definition:

    Alignment:4-byte boundary
    APID:551/0x227
    Attribute(s):
    C type:unsigned int
    Length: 32 bits (4 bytes)
    Offset:0x044

Description:

    Describes the TEM dead time low-rate science counter register.

Layout: (hide detail; help)

    Start Stop Size Item Type and Name
    0 23 24 TEMDEADTIME deadtime

    typedef struct _LHK_TEMDEADTIMEREG_Bfl {
    
        #if ENDIANNESS_IS_BIG
    
        /* TEM Deadtime Low-rate Science Counter */
        unsigned int         deadtime:24;
    
        /* Bit pad */
        unsigned int         bit_pad:8;
    
        #elif ENDIANNESS_IS_LITTLE
    
        /* Bit pad */
        unsigned int         bit_pad:8;
    
        /* TEM Deadtime Low-rate Science Counter */
        unsigned int         deadtime:24;
    
        #else
    
        #error _FILE_ ENDIANNESS NOT DEFINED
    
        #endif
    
    } __attribute__((packed)) LHK_TEMDEADTIMEREG_Bfl;
    
    typedef union _LHK_TEMDEADTIMEREG {
    
        /* underlying unsigned int */
        unsigned int                    ui;
    
        /* struct mapped bitfield */
        struct _LHK_TEMDEADTIMEREG_Bfl  bf;
    
    } LHK_TEMDEADTIMEREG;
    

Fields:

      Attribute(s):  

      Brief:  "TEM Deadtime Low-rate Science Counter"

      Instance(s):  deadtime

      This register counts the deadtime incurred by specific trigger primitives.