Home
last modified time | relevance | path

Searched defs:txBuff (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.c631 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()
Dfsl_flexio_i2c_master.c627 status_t FLEXIO_I2C_MasterWriteBlocking(FLEXIO_I2C_Type *base, const uint8_t *txBuff, uint8_t txSiz… in FLEXIO_I2C_MasterWriteBlocking()