Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ i2c_cmd_write
Function
i2c_cmd_write
bsp/loongson/ls1cdev/libraries/ls1c_i2c.c:128–132 ·
view source on GitHub ↗
* ִ��д���� * @i2c_info_p i2cģ����Ϣ */
Source
from the content-addressed store, hash-verified
126
* @i2c_info_p i2cģ����Ϣ
127
*/
128
void i2c_cmd_write(ls1c_i2c_info_t *i2c_info_p)
129
{
130
i2c_cmd(i2c_info_p, LS1C_I2C_CMD_WRITE);
131
return ;
132
}
133
134
135
/*
Callers
nothing calls this directly
Calls
1
i2c_cmd
Function · 0.85
Tested by
no test coverage detected