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

Function rt_slist_first

include/rtservice.h:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259rt_inline rt_slist_t *rt_slist_first(rt_slist_t *l)
260{
261 return l->next;
262}
263
264rt_inline rt_slist_t *rt_slist_tail(rt_slist_t *l)
265{

Callers 15

_pm_device_suspendFunction · 0.85
_pm_device_resumeFunction · 0.85
rt_pm_device_unregisterFunction · 0.85
rt_rbb_blk_getFunction · 0.85
rt_rbb_blk_queue_getFunction · 0.85
rt_link_frame_removeFunction · 0.85
rt_link_resend_handleFunction · 0.85
rt_link_confirm_handleFunction · 0.85
rt_link_frame_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected