Searched refs:kENET_ControlFlowControlEnable (Results 1 – 2 of 2) sorted by relevance
578 …((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()
237 kENET_ControlFlowControlEnable = 0x0001U, /*!< Enable ENET flow control: pause frame. */ enumerator