ConOpSys V2970  P004.07
ANVILEX control operating system
Public Attributes | List of all members
U32_Composite Union Reference

Generic U32 data composition. More...

#include <Defines.h>

Collaboration diagram for U32_Composite:
Collaboration graph

Public Attributes

U32 u32_Raw_Value
 Raw 32-bit value. More...
 
struct {
   U8   u8_Byte_0:8
 Bit 0:7 : Byte 0. More...
 
   U8   u8_Byte_1:8
 Bit 8:15 : Byte 1. More...
 
   U8   u8_Byte_2:8
 Bit 16:23 : Byte 2. More...
 
   U8   u8_Byte_3:8
 Bit 24:31 : Byte 3. More...
 
}; 
 
struct {
   U32   b4_Nibble_0:4
 Bit 0:3 : Nibble 0. More...
 
   U32   b4_Nibble_1:4
 Bit 4:7 : Nibble 1. More...
 
   U32   b4_Nibble_2:4
 Bit 8:11 : Nibble 2. More...
 
   U32   b4_Nibble_3:4
 Bit 12:15 : Nibble 3. More...
 
   U32   b4_Nibble_4:4
 Bit 16:19 : Nibble 4. More...
 
   U32   b4_Nibble_5:4
 Bit 20:23 : Nibble 5. More...
 
   U32   b4_Nibble_6:4
 Bit 24:27 : Nibble 6. More...
 
   U32   b4_Nibble_7:4
 Bit 28:31 : Nibble 7. More...
 
}; 
 

Detailed Description

Generic U32 data composition.

Member Data Documentation

◆ 

struct { ... }

◆ 

struct { ... }

◆ b4_Nibble_0

U32 U32_Composite::b4_Nibble_0

Bit 0:3 : Nibble 0.

◆ b4_Nibble_1

U32 U32_Composite::b4_Nibble_1

Bit 4:7 : Nibble 1.

◆ b4_Nibble_2

U32 U32_Composite::b4_Nibble_2

Bit 8:11 : Nibble 2.

◆ b4_Nibble_3

U32 U32_Composite::b4_Nibble_3

Bit 12:15 : Nibble 3.

◆ b4_Nibble_4

U32 U32_Composite::b4_Nibble_4

Bit 16:19 : Nibble 4.

◆ b4_Nibble_5

U32 U32_Composite::b4_Nibble_5

Bit 20:23 : Nibble 5.

◆ b4_Nibble_6

U32 U32_Composite::b4_Nibble_6

Bit 24:27 : Nibble 6.

◆ b4_Nibble_7

U32 U32_Composite::b4_Nibble_7

Bit 28:31 : Nibble 7.

◆ u32_Raw_Value

U32 U32_Composite::u32_Raw_Value

Raw 32-bit value.

Referenced by TS25FL512::QA_Read_Page_Test(), and TS25FL512::QA_Write_Page_Test().

◆ u8_Byte_0

U8 U32_Composite::u8_Byte_0

Bit 0:7 : Byte 0.

Referenced by TS25FL512::QA_Read_Page_Test(), and TS25FL512::QA_Write_Page_Test().

◆ u8_Byte_1

U8 U32_Composite::u8_Byte_1

Bit 8:15 : Byte 1.

Referenced by TS25FL512::QA_Read_Page_Test(), and TS25FL512::QA_Write_Page_Test().

◆ u8_Byte_2

U8 U32_Composite::u8_Byte_2

Bit 16:23 : Byte 2.

Referenced by TS25FL512::QA_Read_Page_Test(), and TS25FL512::QA_Write_Page_Test().

◆ u8_Byte_3

U8 U32_Composite::u8_Byte_3

Bit 24:31 : Byte 3.

Referenced by TS25FL512::QA_Read_Page_Test(), and TS25FL512::QA_Write_Page_Test().


The documentation for this union was generated from the following file: