Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_enet/
Dfsl_enet.h209 kENET_PromiscuousEnable = 0x0004U, /*!< The promiscuous enabled. */ enumerator
Dfsl_enet.c286 …reg = ENET_MAC_FRAME_FILTER_PR(!((config->specialControl & (uint16_t)kENET_PromiscuousEnable) == 0… in ENET_SetMacControl()