Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/
Dfsl_enet.c1977 uint32_t bytes2, in ENET_SetupTxDescriptor() argument
1984 uint32_t control = ENET_TXDESCRIP_RD_BL1(bytes1) | ENET_TXDESCRIP_RD_BL2(bytes2); in ENET_SetupTxDescriptor()
2034 …rol = ENET_TXDESCRIP_RD_BL1(config->bytes1) | ENET_TXDESCRIP_RD_BL2(config->bytes2); in ENET_ConfigTxDescriptor()
2233 txDescConfig.bytes2 = 0; in ENET_SendFrame()
2239 txDescConfig.bytes2 = txBuff[index + 1U].length; in ENET_SendFrame()
Dfsl_enet.h341 uint32_t bytes2; /*!< The bytes in the second buffer. */ member
1030 uint32_t bytes2,
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/
Dfsl_enet.c2099 uint32_t bytes2, in ENET_SetupTxDescriptor() argument
2106 uint32_t control = ENET_TXDESCRIP_RD_BL1(bytes1) | ENET_TXDESCRIP_RD_BL2(bytes2); in ENET_SetupTxDescriptor()
2156 …rol = ENET_TXDESCRIP_RD_BL1(config->bytes1) | ENET_TXDESCRIP_RD_BL2(config->bytes2); in ENET_ConfigTxDescriptor()
2355 txDescConfig.bytes2 = 0; in ENET_SendFrame()
2361 txDescConfig.bytes2 = txBuff[index + 1U].length; in ENET_SendFrame()
Dfsl_enet.h366 uint32_t bytes2; /*!< The bytes in the second buffer. */ member
1115 uint32_t bytes2,
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h454 uint32_t bytes2; /*!< The bytes in the second buffer. */ member
1328 uint32_t bytes2,
Dfsl_enet_qos.c2563 uint32_t bytes2, in ENET_QOS_SetupTxDescriptor() argument
2570 uint32_t control = ENET_QOS_TXDESCRIP_RD_BL1(bytes1) | ENET_QOS_TXDESCRIP_RD_BL2(bytes2); in ENET_QOS_SetupTxDescriptor()
2627 …_t control = ENET_QOS_TXDESCRIP_RD_BL1(config->bytes1) | ENET_QOS_TXDESCRIP_RD_BL2(config->bytes2); in ENET_QOS_ConfigTxDescriptor()
2822 txDescConfig.bytes2 = 0; in ENET_QOS_SendFrame()
2829 txDescConfig.bytes2 = length - ENET_QOS_TXDESCRIP_RD_BL1_MASK; in ENET_QOS_SendFrame()