MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / SignalReady

Function SignalReady

test/common/unit_test_server.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55////////////////////////////////////////////////////////////////////////////////
56#if (defined(RPMSG) || defined(MU))
57static void SignalReady(void)
58{
59 /* Signal the other core we are ready by trigerring the event and passing the APP_ERPC_READY_EVENT_DATA */
60 MCMGR_TriggerEvent(kMCMGR_RemoteApplicationEvent, APP_ERPC_READY_EVENT_DATA);
61}
62#endif
63
64int main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected