Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ i2c_cmd_stop
Function
i2c_cmd_stop
bsp/loongson/ls1cdev/libraries/ls1c_i2c.c:117–121 ·
view source on GitHub ↗
* ִ��STOP�������STOP�ź� * @i2c_info_p i2cģ����Ϣ */
Source
from the content-addressed store, hash-verified
115
* @i2c_info_p i2cģ����Ϣ
116
*/
117
void i2c_cmd_stop(ls1c_i2c_info_t *i2c_info_p)
118
{
119
i2c_cmd(i2c_info_p, LS1C_I2C_CMD_STOP);
120
return ;
121
}
122
123
124
/*
Callers
1
i2c_send_stop
Function · 0.85
Calls
1
i2c_cmd
Function · 0.85
Tested by
no test coverage detected