Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/instance/
HDgmac.h698 p_gmac->GMAC_NCFGR |= GMAC_NCFGR_MAXFS; in gmac_enable_big_frame()
702 p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_MAXFS; in gmac_enable_big_frame()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDgmac.h694 p_gmac->GMAC_NCFGR |= GMAC_NCFGR_MAXFS; in gmac_enable_big_frame()
698 p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_MAXFS; in gmac_enable_big_frame()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
HDgmac_SAM.h693 p_gmac->GMAC_NCFGR |= GMAC_NCFGR_MAXFS; in gmac_enable_big_frame()
697 p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_MAXFS; in gmac_enable_big_frame()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/component/
HDgmac.h199 #define GMAC_NCFGR_MAXFS ( 0x1u << 8 ) /**< \brief (GMAC_NCFGR) 15… macro