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

Function sbi_shutdown

libcpu/risc-v/common64/sbi.h:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235static __inline void
236sbi_shutdown(void)
237{
238 (void)SBI_CALL0(SBI_SHUTDOWN, 0);
239}
240
241void sbi_print_version(void);
242void sbi_init(void);

Callers 6

rt_hw_cpu_resetFunction · 0.85
rt_hw_cpu_resetFunction · 0.85
rt_hw_cpu_resetFunction · 0.85
rt_hw_cpu_resetFunction · 0.85
rt_hw_cpu_resetFunction · 0.85
rt_hw_cpu_shutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected