MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_hw_cpu_reset

Function rt_hw_cpu_reset

src/kservice.c:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72rt_weak void rt_hw_cpu_reset(void)
73{
74 LOG_W("rt_hw_cpu_reset() doesn't support for this board."
75 "Please consider implementing rt_hw_cpu_reset() in another file.");
76 return;
77}
78
79rt_weak void rt_hw_cpu_shutdown(void)
80{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected