MCPcopy 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
637static 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
642enum _vbus_session_st
643{

Callers 1

_chn0_actorFunction · 0.85

Calls 1

_chn0_echo_withFunction · 0.85

Tested by

no test coverage detected