C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
runtime.h
1#pragma once
2
12struct Arch_State_t {
13};
14
20extern void os_init_arch(void);
21
31extern void os_init_core(unsigned core_id);
32
ARM-specific architecture state of a thread.
Definition runtime.h:58