Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c135 bool intRxEnable,
639 bool intRxEnable, in ENET_QOS_RxDescriptorsInit() argument
656 if (intRxEnable) in ENET_QOS_RxDescriptorsInit()
1119 bool intRxEnable = false; in ENET_QOS_DescriptorInit() local
1134intRxEnable = ((base->DMA_CH[channel].DMA_CHX_INT_EN & ENET_QOS_DMA_CHX_INT_EN_RIE_MASK) != 0U) ? … in ENET_QOS_DescriptorInit()
1147 …if ((ENET_QOS_RxDescriptorsInit(base, config, bufferConfig, intRxEnable, channel) != kStatus_Succe… in ENET_QOS_DescriptorInit()