Home
last modified time | relevance | path

Searched refs:txBuff (Results 1 – 4 of 4) 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() argument
633 uint8_t *buf = (uint8_t *)((void *)txBuff); in LPI2C_MasterSend()
635 assert(txBuff); in LPI2C_MasterSend()
1197 status_t LPI2C_SlaveSend(LPI2C_Type *base, const void *txBuff, size_t txSize, size_t *actualTxSize) in LPI2C_SlaveSend() argument
1199 uint8_t *buf = (uint8_t *)((void *)txBuff); in LPI2C_SlaveSend()
1202 assert(txBuff); 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() argument
629 assert(txBuff); in FLEXIO_I2C_MasterWriteBlocking()
636 FLEXIO_I2C_MasterWriteByte(base, *txBuff++); in FLEXIO_I2C_MasterWriteBlocking()
Dfsl_lpi2c.h758 status_t LPI2C_MasterSend(LPI2C_Type *base, const void *txBuff, size_t txSize);
1121 status_t LPI2C_SlaveSend(LPI2C_Type *base, const void *txBuff, size_t txSize, size_t *actualTxSize);
Dfsl_flexio_i2c_master.h362 status_t FLEXIO_I2C_MasterWriteBlocking(FLEXIO_I2C_Type *base, const uint8_t *txBuff, uint8_t txSiz…