Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.h244 kENET_ControlPromiscuousEnable = 0x0080U, /*!< Enable promiscuous mode. */ enumerator
Dfsl_enet.c582 …((0U != (macSpecialConfig & (uint32_t)kENET_ControlPromiscuousEnable)) ? ENET_RCR_PROM_MASK : 0U) | in ENET_SetMacController()