Searched refs:ui32Cmd (Results 1 – 5 of 5) sorted by relevance
1237 I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd) in I2CMasterControl() argument1243 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 …]
307 extern void I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd);
860 uint32_t ui32Cmd))ROM_I2CTABLE[18])
222 I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd) in I2CMasterControl() argument226 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 …]
224 I2CMasterControl(uint32_t ui32Base, uint32_t ui32Cmd) in I2CMasterControl() argument228 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 …]