LAN8742 Part Drivers
June 15, 2026 ยท View on GitHub
Overview
The LAN8742 part drivers provides APIs to drive external Ethernet PHY LAN8742.
Description and Usage
Peripherals initialization:
Part LAN8742 assumes that the initialization of all needed peripherals (GPIO, ETH) is done by the main application.
How to use it?
To use the LAN8742 part API, the application should define the lan8742_object_t object,
then call lan8742_init().
Once this is successfully done, all the other part APIs can be used freely.