Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c121 bool intTxEnable,
590 bool intTxEnable, in ENET_QOS_TxDescriptorsInit() argument
595 uint32_t control = intTxEnable ? ENET_QOS_TXDESCRIP_RD_IOC_MASK : 0U; in ENET_QOS_TxDescriptorsInit()
1118 bool intTxEnable = false; in ENET_QOS_DescriptorInit() local
1135intTxEnable = ((base->DMA_CH[channel].DMA_CHX_INT_EN & ENET_QOS_DMA_CHX_INT_EN_TIE_MASK) != 0U) ? … in ENET_QOS_DescriptorInit()
1139 … if ((ENET_QOS_TxDescriptorsInit(base, bufferConfig, intTxEnable, channel) != kStatus_Success)) in ENET_QOS_DescriptorInit()