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

Function quit

test/common/unit_test_zephyr_uart_server.cpp:84–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82////////////////////////////////////////////////////////////////////////////////
83
84void quit()
85{
86 /* removing common services from the server */
87 remove_common_services_from_server(server, service_common);
88
89 /* removing individual test services from the server */
90 remove_services_from_server(server);
91
92 erpc_server_stop(server);
93}
94
95int32_t getServerAllocated()
96{

Callers

nothing calls this directly

Calls 3

erpc_server_stopFunction · 0.85

Tested by

no test coverage detected