Home
last modified time | relevance | path

Searched refs:GMAC_TIMEOUT (Results 1 – 7 of 7) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
Dethernet_phy.c169 uint8_t uc_rc = GMAC_TIMEOUT; in ethernet_phy_init()
217 uint8_t uc_rc = GMAC_TIMEOUT; in ethernet_phy_set_link()
317 uint8_t uc_rc = GMAC_TIMEOUT; in ethernet_phy_auto_negotiate()
416 return GMAC_TIMEOUT; in ethernet_phy_auto_negotiate()
485 uint8_t uc_rc = GMAC_TIMEOUT; in ethernet_phy_reset()
Dgmac.c187 return GMAC_TIMEOUT; in gmac_wait_phy()
378 if( gmac_wait_phy( p_gmac, MAC_PHY_RETRY_MAX ) == GMAC_TIMEOUT ) in gmac_phy_read()
380 return GMAC_TIMEOUT; in gmac_phy_read()
404 if( gmac_wait_phy( p_gmac, MAC_PHY_RETRY_MAX ) == GMAC_TIMEOUT ) in gmac_phy_write()
406 return GMAC_TIMEOUT; in gmac_phy_write()
Dgmac.h135 GMAC_TIMEOUT = 1, /** 1 GMAC operation timeout */ enumerator
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c380 if( gmac_wait_phy( GMAC, MAC_PHY_RETRY_MAX ) == GMAC_TIMEOUT ) in xPHY_Read()
436 if( gmac_wait_phy( GMAC, MAC_PHY_RETRY_MAX ) == GMAC_TIMEOUT ) in xPHY_Write()
Dgmac_SAM.c235 return GMAC_TIMEOUT; in gmac_wait_phy()
Dgmac_SAM.h145 GMAC_TIMEOUT = 1, /** 1 GMAC operation timeout */ enumerator
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/instance/
Dgmac.h136 GMAC_TIMEOUT = 1, /** 1 GMAC operation timeout */ enumerator