Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/instance/
HDgmac.h853 p_gmac->GMAC_NCFGR |= GMAC_NCFGR_EFRHD; in gmac_enable_efrhd()
857 p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_EFRHD; in gmac_enable_efrhd()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDgmac.h849 p_gmac->GMAC_NCFGR |= GMAC_NCFGR_EFRHD; in gmac_enable_efrhd()
853 p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_EFRHD; in gmac_enable_efrhd()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
HDgmac_SAM.h851 p_gmac->GMAC_NCFGR |= GMAC_NCFGR_EFRHD; in gmac_enable_efrhd()
855 p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_EFRHD; in gmac_enable_efrhd()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/component/
HDgmac.h225 #define GMAC_NCFGR_EFRHD ( 0x1u << 25 ) /**< \brief (GMAC_NCFGR) En… macro