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

Function rt_psci_get_version

libcpu/aarch64/common/psci.c:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230})
231
232rt_uint32_t rt_psci_get_version(void)
233{
234 return PSCI_CALL_FN_RET(get_version);
235}
236
237rt_uint32_t rt_psci_cpu_on(int cpuid, rt_ubase_t entry_point)
238{

Callers 1

psci_ofw_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected