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

device ID structure More...

#include <FM25V02.h>

Collaboration diagram for TFM25V02::TDevice_ID:
Collaboration graph

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...
 

Detailed Description

device ID structure

Member Data Documentation

◆ 

struct { ... }

Bitfield structure.

◆ u8_Density

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_Device_ID

U8 TFM25V02::TDevice_ID::u8_Device_ID[9]

Device ID buffer.

Referenced by TFM25V02::Init(), and TFM25V02::Read_Device_ID().

◆ u8_Family

U8 TFM25V02::TDevice_ID::u8_Family

Bits 7-5 : Device family.

◆ u8_Manufacturere_ID

U8 TFM25V02::TDevice_ID::u8_Manufacturere_ID[7]

Device manufacturer ID.

◆ u8_Reserved

U8 TFM25V02::TDevice_ID::u8_Reserved

Bits 2-0 : Reserved bits.

◆ u8_Revision

U8 TFM25V02::TDevice_ID::u8_Revision

Bits 5-3 : Device revision.

◆ u8_Subtype

U8 TFM25V02::TDevice_ID::u8_Subtype

Bits 7-6 : Device subversion.


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