GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
PDUTEMPWRREG - Telemetry Bitfield
|
"PDU TEM Power Management Register" (APP/LHK) View Options: (help) Definition:
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:
Used by:
|