Searched refs:actualTxSize (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_lpi2c.c | 1649 status_t LPI2C_SlaveSend(LPI2C_Type *base, void *txBuff, size_t txSize, size_t *actualTxSize) in LPI2C_SlaveSend() argument 1677 if (NULL != actualTxSize) in LPI2C_SlaveSend() 1679 *actualTxSize = txSize - remaining; in LPI2C_SlaveSend() 1713 if (NULL != actualTxSize) 1715 *actualTxSize = txSize - remaining;
|
D | fsl_lpi2c.h | 1158 status_t LPI2C_SlaveSend(LPI2C_Type *base, void *txBuff, size_t txSize, size_t *actualTxSize);
|
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_lpi2c.c | 1723 status_t LPI2C_SlaveSend(LPI2C_Type *base, void *txBuff, size_t txSize, size_t *actualTxSize) in LPI2C_SlaveSend() argument 1751 if (NULL != actualTxSize) in LPI2C_SlaveSend() 1753 *actualTxSize = txSize - remaining; in LPI2C_SlaveSend() 1793 if (NULL != actualTxSize) 1795 *actualTxSize = txSize - remaining;
|
D | fsl_lpi2c.h | 1210 status_t LPI2C_SlaveSend(LPI2C_Type *base, void *txBuff, size_t txSize, size_t *actualTxSize);
|