Home
last modified time | relevance | path

Searched refs:commandBuffer (Results 1 – 4 of 4) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c_edma.h51 uint16_t commandBuffer[7]; /*!< LPI2C command sequence. */ member
Dfsl_lpi2c_edma.c129 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_GenerateCommands()
316 transferConfig.srcAddr = (uint32_t)handle->commandBuffer; in LPI2C_MasterTransferEDMA()
Dfsl_lpi2c.h236 uint16_t commandBuffer[7]; /*!< LPI2C command sequence. */ member
Dfsl_lpi2c.c884 uint16_t *cmd = (uint16_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()
923 handle->buf = (uint8_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()