ConOpSys V2970
P004.07
ANVILEX control operating system
|
Generic U32 data composition. More...
#include <Defines.h>
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... | |
}; | |
Generic U32 data composition.
struct { ... } |
struct { ... } |
U32 U32_Composite::b4_Nibble_0 |
Bit 0:3 : Nibble 0.
U32 U32_Composite::b4_Nibble_1 |
Bit 4:7 : Nibble 1.
U32 U32_Composite::b4_Nibble_2 |
Bit 8:11 : Nibble 2.
U32 U32_Composite::b4_Nibble_3 |
Bit 12:15 : Nibble 3.
U32 U32_Composite::b4_Nibble_4 |
Bit 16:19 : Nibble 4.
U32 U32_Composite::b4_Nibble_5 |
Bit 20:23 : Nibble 5.
U32 U32_Composite::b4_Nibble_6 |
Bit 24:27 : Nibble 6.
U32 U32_Composite::b4_Nibble_7 |
Bit 28:31 : Nibble 7.
U32 U32_Composite::u32_Raw_Value |
Raw 32-bit value.
Referenced by TS25FL512::QA_Read_Page_Test(), and TS25FL512::QA_Write_Page_Test().
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 U32_Composite::u8_Byte_1 |
Bit 8:15 : Byte 1.
Referenced by TS25FL512::QA_Read_Page_Test(), and TS25FL512::QA_Write_Page_Test().
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 U32_Composite::u8_Byte_3 |
Bit 24:31 : Byte 3.
Referenced by TS25FL512::QA_Read_Page_Test(), and TS25FL512::QA_Write_Page_Test().