Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Di2c.h224 I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd) in I2CMasterControl() argument
230 ASSERT((ui32Cmd == I2C_MASTER_CMD_SINGLE_SEND) || in I2CMasterControl()
232 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_START) || in I2CMasterControl()
233 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_CONT) || in I2CMasterControl()
234 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_FINISH) || in I2CMasterControl()
235 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_ERROR_STOP) || in I2CMasterControl()
236 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_START) || in I2CMasterControl()
237 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_CONT) || in I2CMasterControl()
238 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_FINISH) || in I2CMasterControl()
239 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_ERROR_STOP)); in I2CMasterControl()
[all …]

Completed in 4 milliseconds