Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.h23 #define NETC_PORT_MIN_FRAME_SIZE (18U) macro
Dfsl_netc_hw_port.c134 …if ((config->rxMinFrameSize < NETC_PORT_MIN_FRAME_SIZE) || (config->rxMaxFrameSize > NETC_PORT_MAX… in NETC_PortConfigEthMac()