Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ _chn0_ack
Function
_chn0_ack
components/vbus/vbus.c:637–640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
}
636
637
static rt_err_t _chn0_ack(rt_uint32_t dsize, unsigned char *dp)
638
{
639
return _chn0_echo_with(RT_VBUS_CHN0_CMD_ACK, dsize, dp);
640
}
641
642
enum _vbus_session_st
643
{
Callers
1
_chn0_actor
Function · 0.85
Calls
1
_chn0_echo_with
Function · 0.85
Tested by
no test coverage detected