MCPcopy 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
35void 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

entryFunction · 0.85
init_bssFunction · 0.70
rt_hw_interrupt_disableFunction · 0.50

Tested by

no test coverage detected