Home
last modified time | relevance | path

Searched defs:doubleBuffEnable (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/
Dfsl_enet.c366 …bool doubleBuffEnable = ((config->specialControl & (uint16_t)kENET_DescDoubleBuffer) != 0U) ? true… in ENET_RxDescriptorsInit() local
1529 … enet_rx_bd_struct_t *rxDesc, void *buffer1, void *buffer2, bool intEnable, bool doubleBuffEnable) in ENET_UpdateRxDescriptor()
Dfsl_enet.h526 bool doubleBuffEnable; /*!< The double buffer enable status. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/
Dfsl_enet.c365 …bool doubleBuffEnable = ((config->specialControl & (uint16_t)kENET_DescDoubleBuffer) != 0U) ? true… in ENET_RxDescriptorsInit() local
1407 … enet_rx_bd_struct_t *rxDesc, void *buffer1, void *buffer2, bool intEnable, bool doubleBuffEnable) in ENET_UpdateRxDescriptor()
Dfsl_enet.h500 bool doubleBuffEnable; /*!< The double buffer enable status. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c646 …bool doubleBuffEnable = ((config->specialControl & (uint32_t)kENET_QOS_DescDoubleBuffer) != 0U) ? … in ENET_QOS_RxDescriptorsInit() local
2499 …et_qos_rx_bd_struct_t *rxDesc, void *buffer1, void *buffer2, bool intEnable, bool doubleBuffEnable) in ENET_QOS_UpdateRxDescriptor()
Dfsl_enet_qos.h665 …bool doubleBuffEnable; /*!< The double buffer is used in the… member