Versions Compared

Key

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

...

Note: This function relies heavily on the implementation of several network device board support package (BSP) functions. See Chapter 6, “Network Board Support Package” and Device Driver BSP Functions for more information on network device BSP functions.

...

Every device driver’s net_dev.c

Prototype

Code Block
           static void NetDev_Init (NET_IF  *pif,
                                   NET_ERR *perr);

...