Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/
Dfsl_enet.h339 uint32_t bytes1; /*!< The bytes in the fist buffer. */ member
1028 uint32_t bytes1,
Dfsl_enet.c1975 uint32_t bytes1, in ENET_SetupTxDescriptor() argument
1984 uint32_t control = ENET_TXDESCRIP_RD_BL1(bytes1) | ENET_TXDESCRIP_RD_BL2(bytes2); in ENET_SetupTxDescriptor()
2034 …uint32_t control = ENET_TXDESCRIP_RD_BL1(config->bytes1) | ENET_TXDESCRIP_RD_BL2(co… in ENET_ConfigTxDescriptor()
2229 txDescConfig.bytes1 = txBuff[index].length; in ENET_SendFrame()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/
Dfsl_enet.h364 uint32_t bytes1; /*!< The bytes in the fist buffer. */ member
1113 uint32_t bytes1,
Dfsl_enet.c2097 uint32_t bytes1, in ENET_SetupTxDescriptor() argument
2106 uint32_t control = ENET_TXDESCRIP_RD_BL1(bytes1) | ENET_TXDESCRIP_RD_BL2(bytes2); in ENET_SetupTxDescriptor()
2156 …uint32_t control = ENET_TXDESCRIP_RD_BL1(config->bytes1) | ENET_TXDESCRIP_RD_BL2(co… in ENET_ConfigTxDescriptor()
2351 txDescConfig.bytes1 = txBuff[index].length; in ENET_SendFrame()
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h452 uint32_t bytes1; /*!< The bytes in the fist buffer. */ member
1326 uint32_t bytes1,
Dfsl_enet_qos.c2561 uint32_t bytes1, 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 …uint32_t control = ENET_QOS_TXDESCRIP_RD_BL1(config->bytes1) | ENET_QOS_TXDESCRIP_RD_BL2(config->b… in ENET_QOS_ConfigTxDescriptor()
2820 txDescConfig.bytes1 = length; in ENET_QOS_SendFrame()
2827 txDescConfig.bytes1 = ENET_QOS_TXDESCRIP_RD_BL1_MASK; in ENET_QOS_SendFrame()