Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c1237 I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd) in I2CMasterControl() argument
1243 ASSERT((ui32Cmd == I2C_MASTER_CMD_SINGLE_SEND) || in I2CMasterControl()
1244 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_START) || in I2CMasterControl()
1245 (ui32Cmd == I2C_MASTER_CMD_SINGLE_RECEIVE) || in I2CMasterControl()
1246 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_CONT) || in I2CMasterControl()
1247 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_FINISH) || in I2CMasterControl()
1248 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_ERROR_STOP) || in I2CMasterControl()
1249 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_START) || in I2CMasterControl()
1250 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_CONT) || in I2CMasterControl()
1251 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_FINISH) || in I2CMasterControl()
[all …]
Di2c.h307 extern void I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd);
Drom.h860 uint32_t ui32Cmd))ROM_I2CTABLE[18])
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Di2c.h222 I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd) in I2CMasterControl() argument
226 ASSERT((ui32Cmd == I2C_MASTER_CMD_SINGLE_SEND) || in I2CMasterControl()
228 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_START) || in I2CMasterControl()
229 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_CONT) || in I2CMasterControl()
230 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_FINISH) || in I2CMasterControl()
231 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_ERROR_STOP) || in I2CMasterControl()
232 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_START) || in I2CMasterControl()
233 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_CONT) || in I2CMasterControl()
234 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_FINISH) || in I2CMasterControl()
235 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_ERROR_STOP)); in I2CMasterControl()
[all …]
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Di2c.h224 I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd) in I2CMasterControl() argument
228 ASSERT((ui32Cmd == I2C_MASTER_CMD_SINGLE_SEND) || in I2CMasterControl()
230 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_START) || in I2CMasterControl()
231 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_CONT) || in I2CMasterControl()
232 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_FINISH) || in I2CMasterControl()
233 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_ERROR_STOP) || in I2CMasterControl()
234 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_START) || in I2CMasterControl()
235 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_CONT) || in I2CMasterControl()
236 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_FINISH) || in I2CMasterControl()
237 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_ERROR_STOP)); in I2CMasterControl()
[all …]