Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.h248 kENET_ControlSVLANEnable = 0x0400U, /*!< Enable S-VLAN. */ enumerator
Dfsl_enet.c561 if (0U != (macSpecialConfig & (uint32_t)kENET_ControlSVLANEnable)) in ENET_SetMacController()
566 ecr |= (uint32_t)(((macSpecialConfig & (uint32_t)kENET_ControlSVLANEnable) != 0U) ? in ENET_SetMacController()