ConOpSys V2970
P004.07
ANVILEX control operating system
|
device ID structure More...
#include <FM25V02.h>
Public Attributes | |
U8 | u8_Device_ID [9] |
Device ID buffer. More... | |
struct { | |
U8 u8_Manufacturere_ID [7] | |
Device manufacturer ID. More... | |
struct { | |
U8 u8_Density:5 | |
Bits 4-0 : Device density. More... | |
U8 u8_Family:3 | |
Bits 7-5 : Device family. More... | |
} | |
Device density and family structure. More... | |
struct { | |
U8 u8_Reserved:3 | |
Bits 2-0 : Reserved bits. More... | |
U8 u8_Revision:3 | |
Bits 5-3 : Device revision. More... | |
U8 u8_Subtype:2 | |
Bits 7-6 : Device subversion. More... | |
} | |
Device revision and subversion structure. More... | |
}; | |
Bitfield structure. More... | |
device ID structure
struct { ... } |
Bitfield structure.
U8 TFM25V02::TDevice_ID::u8_Density |
Bits 4-0 : Device density.
Referenced by TFM25V02::Is_Address_In_Range(), TFM25V02::Start(), and TFM25V02::Translate_Address().
U8 TFM25V02::TDevice_ID::u8_Device_ID[9] |
Device ID buffer.
Referenced by TFM25V02::Init(), and TFM25V02::Read_Device_ID().
U8 TFM25V02::TDevice_ID::u8_Family |
Bits 7-5 : Device family.
U8 TFM25V02::TDevice_ID::u8_Manufacturere_ID[7] |
Device manufacturer ID.
U8 TFM25V02::TDevice_ID::u8_Reserved |
Bits 2-0 : Reserved bits.
U8 TFM25V02::TDevice_ID::u8_Revision |
Bits 5-3 : Device revision.
U8 TFM25V02::TDevice_ID::u8_Subtype |
Bits 7-6 : Device subversion.