PhyRegPktClauseMess_t Structure

Structure for reading PHY information from a hardware device

typedef struct __declspec (align(8))
{
  uint16_t Flags;
  PhyRegPktClauseMess_t ClausePkt;
}PhyRegPkt_t;

Remarks

Item PhyRegPkt_tDescription

Flags

Bitfield for direction and data type

Bit 0: 1=Enabled, 0=Disable

Bit 1: 1=Enable Write, 0=Read

Bit 2: 1=Use Clause 45, 0=Use Clause 22

ClausePkt

See PhyRegPktClauseMess_t structure

Item PhyRegPktClauseMess_tDescription

phyAddrOrPort

Set the Address for Clause 22 Sets the Port for Clause 45

pageOrDevice

Set the Page for Clause 22 Sets the Device for Clause 45

regAddr

Sets the Register Address

regVal

Holds the Value to Set or read back

Last updated