Searched defs:txBuff (Results 1 – 2 of 2) sorted by relevance
631 status_t LPI2C_MasterSend(LPI2C_Type *base, const void *txBuff, size_t txSize) in LPI2C_MasterSend()1197 status_t LPI2C_SlaveSend(LPI2C_Type *base, const void *txBuff, size_t txSize, size_t *actualTxSize) in LPI2C_SlaveSend()
627 status_t FLEXIO_I2C_MasterWriteBlocking(FLEXIO_I2C_Type *base, const uint8_t *txBuff, uint8_t txSiz… in FLEXIO_I2C_MasterWriteBlocking()