Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ i2c_cmd_iack
Function
i2c_cmd_iack
bsp/loongson/ls1cdev/libraries/ls1c_i2c.c:161–165 ·
view source on GitHub ↗
* �����ж�Ӧ���ź� * @i2c_info_p i2cģ����Ϣ */
Source
from the content-addressed store, hash-verified
159
* @i2c_info_p i2cģ����Ϣ
160
*/
161
void i2c_cmd_iack(ls1c_i2c_info_t *i2c_info_p)
162
{
163
i2c_cmd(i2c_info_p, LS1C_I2C_CMD_IACK);
164
return ;
165
}
166
167
168
/*
Callers
1
i2c_init
Function · 0.85
Calls
1
i2c_cmd
Function · 0.85
Tested by
no test coverage detected