Home
last modified time | relevance | path

Searched refs:GMAC_NCFGR_RTY (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/instance/
HDgmac.h763 p_gmac->GMAC_NCFGR |= GMAC_NCFGR_RTY; in gmac_enable_retry_test()
767 p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_RTY; in gmac_enable_retry_test()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDgmac.h759 p_gmac->GMAC_NCFGR |= GMAC_NCFGR_RTY; in gmac_enable_retry_test()
763 p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_RTY; in gmac_enable_retry_test()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
HDgmac_SAM.h761 p_gmac->GMAC_NCFGR |= GMAC_NCFGR_RTY; in gmac_enable_retry_test()
765 p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_RTY; in gmac_enable_retry_test()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/component/
HDgmac.h202 #define GMAC_NCFGR_RTY ( 0x1u << 12 ) /**< \brief (GMAC_NCFGR) Re… macro