RegValue: PHY register value
HAL_ETH_WritePHYRegister
HAL_StatusTypeDef HAL_ETH_WritePHYRegister
(ETH_HandleTypeDef * heth, uint16_t PHYReg, uint32_t
RegValue)
Writes to a PHY register.
heth: pointer to a ETH_HandleTypeDef structure that
contains the configuration information for ETHERNET module
PHYReg: PHY register address, is the index of one of the 32
PHY register. This parameter can be one of the following
values: PHY_BCR: Transceiver Control Register. More PHY
register could be written depending on the used PHY
RegValue: the value to write
HAL_ETH_GetReceivedFrame_IT
HAL_StatusTypeDef HAL_ETH_GetReceivedFrame_IT
(ETH_HandleTypeDef * heth)
Gets the Received frame in interrupt mode.
heth: pointer to a ETH_HandleTypeDef structure that
contains the configuration information for ETHERNET module
HAL_ETH_IRQHandler
void HAL_ETH_IRQHandler (ETH_HandleTypeDef * heth)
This function handles ETH interrupt request.
heth: pointer to a ETH_HandleTypeDef structure that
contains the configuration information for ETHERNET module
HAL_ETH_TxCpltCallback
void HAL_ETH_TxCpltCallback (ETH_HandleTypeDef * heth)
Tx Transfer completed callbacks.
heth: pointer to a ETH_HandleTypeDef structure that
contains the configuration information for ETHERNET module
HAL_ETH_RxCpltCallback
void HAL_ETH_RxCpltCallback (ETH_HandleTypeDef * heth)