Versions Compared

Key

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

All device drivers must declare an instance of the appropriate device driver API structure as a global variable within the source code. The API structure is an ordered list of function pointers utilized by µC/TCP-IP when device hardware services are required.

A sample Ethernet interface API structure is shown below.

...