Searched refs:kENET_QOS_DescDoubleBuffer (Results 1 – 2 of 2) sorted by relevance
235 kENET_QOS_DescDoubleBuffer = 0x0001U, /*!< The double buffer is used in the tx/rx descriptor. */ enumerator
566 …bool doubleBuffEnable = ((config->specialControl & (uint32_t)kENET_QOS_DescDoubleBuffer) != 0U) ? … in ENET_QOS_RxDescriptorsInit()1425 if ((config->specialControl & (uint32_t)kENET_QOS_DescDoubleBuffer) != 0U) in ENET_QOS_CreateHandler()