Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c578 …((0U != (macSpecialConfig & (uint32_t)kENET_ControlFlowControlEnable)) ? ENET_RCR_CFEN_MASK : 0U) | in ENET_SetMacController()
579 … ((0U != (macSpecialConfig & (uint32_t)kENET_ControlFlowControlEnable)) ? ENET_RCR_FCE_MASK : 0U) | in ENET_SetMacController()
645 if (0U != (macSpecialConfig & (uint32_t)kENET_ControlFlowControlEnable)) in ENET_SetMacController()
Dfsl_enet.h237 kENET_ControlFlowControlEnable = 0x0001U, /*!< Enable ENET flow control: pause frame. */ enumerator