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

Function i2c_cmd_read_ack

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

* ִ�ж�ack������Ͷ�ack�ź� * @i2c_info_p i2cģ����Ϣ */

Source from the content-addressed store, hash-verified

137 * @i2c_info_p i2cģ����Ϣ
138 */
139void i2c_cmd_read_ack(ls1c_i2c_info_t *i2c_info_p)
140{
141 i2c_cmd(i2c_info_p, LS1C_I2C_CMD_READ_ACK);
142 return ;
143}
144
145
146/*

Callers 1

i2c_receive_dataFunction · 0.85

Calls 1

i2c_cmdFunction · 0.85

Tested by

no test coverage detected