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

Function rpmsg_ping_init

drivers/rpmsg/rpmsg_ping.c:267–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267int rpmsg_ping_init(FAR struct rpmsg_device *rdev,
268 FAR struct rpmsg_endpoint *ept)
269{
270 return rpmsg_create_ept(ept, rdev, RPMSG_PING_EPT_NAME,
271 RPMSG_ADDR_ANY, RPMSG_ADDR_ANY,
272 rpmsg_ping_ept_cb, NULL);
273}
274
275void rpmsg_ping_deinit(FAR struct rpmsg_endpoint *ept)
276{

Callers 1

rpmsg_device_createdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected