Ethernet Device BSP Functions

Ethernet Device BSP Functions

Function Name

Description

Function Name

Description

NetDev_CfgClk

This function is called by a device driver’s NetDev_Init() to configure a specific network device’s clocks on a specific interface.

NetDev_CfgGPIO

This function is called by a device driver’s NetDev_Init() to configure a specific network device’s general-purpose input/ouput (GPIO) on a specific interface.

NetDev_CfgIntCtrl

This function is called by a device driver’s NetDev_Init() to configure a specific network device’s interrupts and/or interrupt controller on a specific interface.

NetDev_ClkGetFreq

This function is called by a device driver’s NetDev_Init() to return a specific network device’s clock frequency for a specific interface.

NetDev_ISR_Handler()

Handle a network device’s interrupts on a specific interface.