Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Writing to PHY Registers

NetDev_MII_Wr() is implemented within the Ethernet device driver file since (R)MII bus writes are associated with the MAC device. In the case that the PHY communication mechanism is separate from the MAC, a handler function may be provided within the net_bsp.c file and called from the device driver file instead.

...