Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
static __inline void
236
sbi_shutdown(void)
237
{
238
(void)SBI_CALL0(SBI_SHUTDOWN, 0);
239
}
240
241
void sbi_print_version(void);
242
void sbi_init(void);
Callers
6
rt_hw_cpu_reset
Function · 0.85
rt_hw_cpu_reset
Function · 0.85
rt_hw_cpu_reset
Function · 0.85
rt_hw_cpu_reset
Function · 0.85
rt_hw_cpu_reset
Function · 0.85
rt_hw_cpu_shutdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected