Home
last modified time | relevance | path

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

/bsp/hc32/tests/
A Dtest_i2c.c211 static rt_uint8_t send_buf0[0x10]; in tca9539_test() local
222 send_buf0[0] = TCA9539_REG_CONFIG_PORT1; in tca9539_test()
223 send_buf0[1] = 0xFF; in tca9539_test()
227 msg[0].buf = send_buf0; in tca9539_test()
230 send_buf0[0] = TCA9539_REG_OUTPUT_PORT1; in tca9539_test()
231 send_buf0[1] = 0xAC; in tca9539_test()
235 msg[1].buf = send_buf0; in tca9539_test()

Completed in 3 milliseconds