Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h249 kENET_QOS_MulticastAllEnable = 0x0020U, /*!< All multicast are passed. */ enumerator
Dfsl_enet_qos.c450 …QOS_MAC_PACKET_FILTER_PM(((config->specialControl & (uint32_t)kENET_QOS_MulticastAllEnable) != 0U)… in ENET_QOS_SetMacControl()