Home
last modified time | relevance | path

Searched defs:txSize (Results 1 – 3 of 3) 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_uart.c289 void FLEXIO_UART_WriteBlocking(FLEXIO_UART_Type *base, const uint8_t *txData, size_t txSize) in FLEXIO_UART_WriteBlocking()
Dfsl_flexio_i2c_master.c627 …atus_t FLEXIO_I2C_MasterWriteBlocking(FLEXIO_I2C_Type *base, const uint8_t *txBuff, uint8_t txSize) in FLEXIO_I2C_MasterWriteBlocking()