Rx Transfer completed callbacks.
heth: pointer to a ETH_HandleTypeDef structure that
contains the configuration information for ETHERNET module
HAL_ETH_ErrorCallback
void HAL_ETH_ErrorCallback (ETH_HandleTypeDef * heth)
Ethernet transfer error callbacks.
heth: pointer to a ETH_HandleTypeDef structure that
contains the configuration information for ETHERNET module
HAL_ETH_Start
HAL_StatusTypeDef HAL_ETH_Start (ETH_HandleTypeDef *
heth)
Enables Ethernet MAC and DMA reception/transmission.
heth: pointer to a ETH_HandleTypeDef structure that
contains the configuration information for ETHERNET module
HAL_ETH_Stop
HAL_StatusTypeDef HAL_ETH_Stop (ETH_HandleTypeDef *
heth)
Stop Ethernet MAC and DMA reception/transmission.
heth: pointer to a ETH_HandleTypeDef structure that
contains the configuration information for ETHERNET module
HAL_ETH_ConfigMAC
HAL_StatusTypeDef HAL_ETH_ConfigMAC
(ETH_HandleTypeDef * heth, ETH_MACInitTypeDef * macconf)
Set ETH MAC Configuration.
heth: pointer to a ETH_HandleTypeDef structure that
contains the configuration information for ETHERNET module
macconf: MAC Configuration structure
HAL_ETH_ConfigDMA
HAL_StatusTypeDef HAL_ETH_ConfigDMA
(ETH_HandleTypeDef * heth, ETH_DMAInitTypeDef * dmaconf)
Sets ETH DMA Configuration.