STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
ETH_Exported_Functions_Group2

Functions

HAL_StatusTypeDef HAL_ETH_TransmitFrame (ETH_HandleTypeDef *heth, uint32_t FrameLength)
 
HAL_StatusTypeDef HAL_ETH_GetReceivedFrame (ETH_HandleTypeDef *heth)
 
HAL_StatusTypeDef HAL_ETH_ReadPHYRegister (ETH_HandleTypeDef *heth, uint16_t PHYReg, uint32_t *RegValue)
 
HAL_StatusTypeDef HAL_ETH_WritePHYRegister (ETH_HandleTypeDef *heth, uint16_t PHYReg, uint32_t RegValue)
 
HAL_StatusTypeDef HAL_ETH_GetReceivedFrame_IT (ETH_HandleTypeDef *heth)
 
void HAL_ETH_IRQHandler (ETH_HandleTypeDef *heth)
 
void HAL_ETH_TxCpltCallback (ETH_HandleTypeDef *heth)
 
void HAL_ETH_RxCpltCallback (ETH_HandleTypeDef *heth)
 Ethernet Rx Transfer completed callback. More...
 
void HAL_ETH_ErrorCallback (ETH_HandleTypeDef *heth)
 

Detailed Description

Function Documentation

void HAL_ETH_ErrorCallback ( ETH_HandleTypeDef heth)
HAL_StatusTypeDef HAL_ETH_GetReceivedFrame ( ETH_HandleTypeDef heth)
HAL_StatusTypeDef HAL_ETH_GetReceivedFrame_IT ( ETH_HandleTypeDef heth)
void HAL_ETH_IRQHandler ( ETH_HandleTypeDef heth)
HAL_StatusTypeDef HAL_ETH_ReadPHYRegister ( ETH_HandleTypeDef heth,
uint16_t  PHYReg,
uint32_t *  RegValue 
)
void HAL_ETH_RxCpltCallback ( ETH_HandleTypeDef heth)

Ethernet Rx Transfer completed callback.

Parameters
hethETH handle
Return values
None

Definition at line 165 of file ethernetif.c.

HAL_StatusTypeDef HAL_ETH_TransmitFrame ( ETH_HandleTypeDef heth,
uint32_t  FrameLength 
)
void HAL_ETH_TxCpltCallback ( ETH_HandleTypeDef heth)
HAL_StatusTypeDef HAL_ETH_WritePHYRegister ( ETH_HandleTypeDef heth,
uint16_t  PHYReg,
uint32_t  RegValue 
)