Expand description
Re-exports§
pub use crate::scheduler::IScheduler;
pub use crate::syscall::ISyscall;
pub use crate::core::ICore;
pub use crate::sync::ISync;
pub use crate::startup::IStartup;
pub use crate::memory_protection::IMemoryProtection;
pub use crate::cortex_m as arch;
Modules§
- core
- CPU core peripherals.
- cortex_
m - ARM Cortex-M hardware support.
- memory_
protection - Memory Protection.
- scheduler
- Scheduler.
- startup
- Startup.
- sync
- Synchronization.
- syscall
- System call.
Macros§
- alignment_
from_ size - Return a valid memory protection alignment object from size in bytes.
- size_
from_ raw - Return a valid memory protection size object from size in bytes.