Searched refs:ui32Cmd (Results 1 – 9 of 9) sorted by relevance
1243 I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd) in I2CMasterControl() argument1249 ASSERT((ui32Cmd == I2C_MASTER_CMD_SINGLE_SEND) || in I2CMasterControl()1250 (ui32Cmd == I2C_MASTER_CMD_SINGLE_RECEIVE) || in I2CMasterControl()1251 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_START) || in I2CMasterControl()1252 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_CONT) || in I2CMasterControl()1253 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_FINISH) || in I2CMasterControl()1256 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_CONT) || in I2CMasterControl()1259 (ui32Cmd == I2C_MASTER_CMD_QUICK_COMMAND) || in I2CMasterControl()1260 (ui32Cmd == I2C_MASTER_CMD_FIFO_SINGLE_SEND) || in I2CMasterControl()1270 (ui32Cmd == I2C_MASTER_CMD_HS_MASTER_CODE_SEND)); in I2CMasterControl()[all …]
307 extern void I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd);
1135 uint32_t ui32Cmd))ROM_I2CTABLE[18])
1286 I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd) in I2CMasterControl() argument1292 ASSERT((ui32Cmd == I2C_MASTER_CMD_SINGLE_SEND) || in I2CMasterControl()1293 (ui32Cmd == I2C_MASTER_CMD_SINGLE_RECEIVE) || in I2CMasterControl()1294 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_START) || in I2CMasterControl()1295 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_CONT) || in I2CMasterControl()1296 (ui32Cmd == I2C_MASTER_CMD_BURST_SEND_FINISH) || in I2CMasterControl()1299 (ui32Cmd == I2C_MASTER_CMD_BURST_RECEIVE_CONT) || in I2CMasterControl()1302 (ui32Cmd == I2C_MASTER_CMD_QUICK_COMMAND) || in I2CMasterControl()1303 (ui32Cmd == I2C_MASTER_CMD_FIFO_SINGLE_SEND) || in I2CMasterControl()1313 (ui32Cmd == I2C_MASTER_CMD_HS_MASTER_CODE_SEND)); in I2CMasterControl()[all …]
306 extern void I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd);
3108 uint32_t ui32Cmd))ROM_I2CTABLE[18])
Completed in 58 milliseconds