Home
last modified time | relevance | path

Searched refs:HAL_ETH_STATE_BUSY_WR (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c612 if( heth->State == HAL_ETH_STATE_BUSY_WR ) in HAL_ETH_WritePHYRegister()
621 heth->State = HAL_ETH_STATE_BUSY_WR; in HAL_ETH_WritePHYRegister()
Dstm32fxx_hal_eth.h489 HAL_ETH_STATE_BUSY_WR = 0x42U, /*!< Write process is ongoing */ enumerator