Home
last modified time | relevance | path

Searched refs:actualTxSize (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c.c1649 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;
Dfsl_lpi2c.h1158 status_t LPI2C_SlaveSend(LPI2C_Type *base, void *txBuff, size_t txSize, size_t *actualTxSize);
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.c1723 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;
Dfsl_lpi2c.h1210 status_t LPI2C_SlaveSend(LPI2C_Type *base, void *txBuff, size_t txSize, size_t *actualTxSize);