MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_link_session_end_handle

Function rt_link_session_end_handle

components/utilities/rt-link/src/rtlink.c:600–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600static rt_err_t rt_link_session_end_handle(struct rt_link_frame *receive_frame)
601{
602 rt_link_frame_stop_receive(receive_frame);
603 return RT_EOK;
604}
605
606/* Discriminate frame type */
607static rt_err_t rt_link_parse_frame(struct rt_link_frame *receive_frame)

Callers 1

rt_link_parse_frameFunction · 0.85

Calls 1

Tested by

no test coverage detected