MCPcopy Create free account
hub / github.com/apache/nuttx / rpmsg_is_running

Function rpmsg_is_running

include/nuttx/rpmsg/rpmsg.h:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 FAR struct rpmsg_timestamp_s *ts);
126
127static inline_function bool rpmsg_is_running(FAR struct rpmsg_device *rdev)
128{
129 return rpmsg_get_signals(rdev) & RPMSG_SIGNAL_RUNNING;
130}
131
132int rpmsg_register_callback(FAR void *priv,
133 rpmsg_dev_cb_t device_created,

Callers 3

rpmsg_router_notify_edgeFunction · 0.85
rpmsg_port_dumpFunction · 0.85

Calls 1

rpmsg_get_signalsFunction · 0.85

Tested by

no test coverage detected