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

Function rpmsgdev_ns_bound

drivers/misc/rpmsgdev.c:1021–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019 ****************************************************************************/
1020
1021static void rpmsgdev_ns_bound(FAR struct rpmsg_endpoint *ept)
1022{
1023 FAR struct rpmsgdev_s *priv = ept->priv;
1024
1025 rpmsg_post(&priv->ept, &priv->wait);
1026}
1027
1028/****************************************************************************
1029 * Name: rpmsgdev_device_created

Callers

nothing calls this directly

Calls 1

rpmsg_postFunction · 0.85

Tested by

no test coverage detected