Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ primary_cpu_entry
Function
primary_cpu_entry
bsp/k210/board/board.c:35–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void primary_cpu_entry(void)
36
{
37
/* disable global interrupt */
38
init_bss();
39
rt_hw_interrupt_disable();
40
entry();
41
}
42
43
#include <clint.h>
44
#include <sysctl.h>
Callers
nothing calls this directly
Calls
3
entry
Function · 0.85
init_bss
Function · 0.70
rt_hw_interrupt_disable
Function · 0.50
Tested by
no test coverage detected