C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
corelocal.h
1#pragma once
2
16unsigned coreid();
17
30void os_smp_lock();
31
41void os_smp_unlock();
42
49void os_core_lock();
50
55
60void os_core_sleep();
61
void os_core_unlock()
Unlock the current core Unlocks exclusive access to the current core.
void os_core_sleep(void)
Definition cortex.c:276