Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_enet_qos.c125 bool intRxEnable,
559 bool intRxEnable, in ENET_QOS_RxDescriptorsInit() argument
575 if (intRxEnable) in ENET_QOS_RxDescriptorsInit()
999 bool intRxEnable = false; in ENET_QOS_DescriptorInit() local
1014intRxEnable = ((base->DMA_CH[channel].DMA_CHX_INT_EN & ENET_QOS_DMA_CHX_INT_EN_RIE_MASK) != 0U) ? … in ENET_QOS_DescriptorInit()
1027 …if ((ENET_QOS_RxDescriptorsInit(base, config, bufferConfig, intRxEnable, channel) != kStatus_Succe… in ENET_QOS_DescriptorInit()