MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / i2c_cmd_start

Function i2c_cmd_start

bsp/loongson/ls1cdev/libraries/ls1c_i2c.c:106–110  ·  view source on GitHub ↗

* ִ��START�������START�ź� * @i2c_info_p i2cģ����Ϣ */

Source from the content-addressed store, hash-verified

104 * @i2c_info_p i2cģ����Ϣ
105 */
106void i2c_cmd_start(ls1c_i2c_info_t *i2c_info_p)
107{
108 i2c_cmd(i2c_info_p, LS1C_I2C_CMD_START);
109 return ;
110}
111
112
113/*

Callers 1

i2c_send_start_and_addrFunction · 0.85

Calls 1

i2c_cmdFunction · 0.85

Tested by

no test coverage detected