Home
last modified time | relevance | path

Searched refs:kLPI2C_Write (Results 1 – 3 of 3) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c_edma.c147 lpi2c_direction_t direction = xfer->subaddressSize ? kLPI2C_Write : xfer->direction; in LPI2C_GenerateCommands()
168 if (direction == kLPI2C_Write) in LPI2C_GenerateCommands()
241 bool hasSendData = (transfer->direction == kLPI2C_Write) && (transfer->dataSize); in LPI2C_MasterTransferEDMA()
366 if (handle->transfer.direction == kLPI2C_Write) in LPI2C_MasterTransferGetCountEDMA()
Dfsl_lpi2c.c785 if (xfer->direction == kLPI2C_Write) in LPI2C_RunTransferStateMachine()
889 lpi2c_direction_t direction = xfer->subaddressSize ? kLPI2C_Write : xfer->direction; in LPI2C_InitTransferStateMachine()
910 if (direction == kLPI2C_Write) in LPI2C_InitTransferStateMachine()
Dfsl_lpi2c.h88 kLPI2C_Write = 0U, /*!< Master transmit. */ enumerator