Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip.h161 Netc_Eth_Ip_BufferType *buff,
189 Netc_Eth_Ip_BufferType * buff,
278 Netc_Eth_Ip_BufferType *buff,
318 const Netc_Eth_Ip_BufferType *buff);
377 const Netc_Eth_Ip_BufferType * buff,
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx_IMX.c28 …void *handle, uint8_t deviceAddress, uint32_t subAddress, uint8_t subaddressSize, uint8_t *buff, u…
65 uint8_t *buff, in TFA9XXX_I2C_Transfer() argument
71 uint8_t *transferAddress = buff; in TFA9XXX_I2C_Transfer()
83 remainSize = buffSize - (transferAddress - buff); in TFA9XXX_I2C_Transfer()
/hal_nxp-3.5.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c1322 Netc_Eth_Ip_BufferType *buff, in Netc_Eth_Ip_GetTxBuff() argument
1334 DevAssert(buff != NULL_PTR); in Netc_Eth_Ip_GetTxBuff()
1348 if (buff->length < NETC_ETH_IP_MIN_FRAME_LENGTH) in Netc_Eth_Ip_GetTxBuff()
1359 if (buff->length > Netc_Eth_Ip_apxState[ctrlIndex]->TxBufferLength[ring]) in Netc_Eth_Ip_GetTxBuff()
1362 buff->length = (uint16)(Netc_Eth_Ip_apxState[ctrlIndex]->TxBufferLength[ring]); in Netc_Eth_Ip_GetTxBuff()
1370buff->data = (uint8*) (Netc_Eth_Ip_apxState[ctrlIndex]->FirstTxDataBufferAddr[ring] + \ in Netc_Eth_Ip_GetTxBuff()
1628 Netc_Eth_Ip_BufferType *buff, in Netc_Eth_Ip_SendFrame() argument
1649 DevAssert(buff != NULL_PTR); in Netc_Eth_Ip_SendFrame()
1659 if (buff->length < NETC_ETH_IP_MIN_FRAME_LENGTH) in Netc_Eth_Ip_SendFrame()
1663 else if (buff->length > Netc_Eth_Ip_apxState[ctrlIndex]->TxBufferLength[ring]) in Netc_Eth_Ip_SendFrame()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard.h231 uint8_t *buff; /*!< The buffer of data. */ member
Dfsl_smartcard_emvsim.c527 if ((NULL == context) || (NULL == xfer) || (xfer->buff == NULL)) in SMARTCARD_EMVSIM_TransferNonBlocking()
554 context->xBuff = xfer->buff; in SMARTCARD_EMVSIM_TransferNonBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/
Dfsl_debug_console.c1226 uint8_t buff[512]; in __write() local
1227 (void)memcpy(buff, buffer, size); in __write()
1228 (void)DbgConsole_SendDataReliable((uint8_t *)buff, size); in __write()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/debug_console/
Dfsl_debug_console.c1218 uint8_t buff[512]; in __write() local
1219 (void)memcpy(buff, buffer, size); in __write()
1220 (void)DbgConsole_SendDataReliable((uint8_t *)buff, size); in __write()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8962/
Dfsl_wm8962.c820 uint16_t buff = (uint16_t)(WM8962_SWAP_UINT16_BYTE_SEQUENCE(val) & 0xFFFFU); in WM8962_WriteReg() local
822 …I2C_Send(handle->i2cHandle, handle->config->slaveAddress, reg, 2U, (uint8_t *)(uint32_t)&buff, 2U); in WM8962_WriteReg()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8960/
Dfsl_wm8960.c835 uint8_t buff = (uint8_t)val & 0xFFU; in WM8960_WriteReg() local
842 return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, cmd, 1U, &buff, 1U); in WM8960_WriteReg()