Module bern_arch::cortex_m[][src]

Expand description

ARM Cortex-M hardware support.

Re-exports

pub use crate::cortex_m::core::ArchCore;

Modules

core

ARM Cortex-M implementation of ICore.

memory_protection

ARM Cortex-M implementation of IMemoryProtection.

startup

ARM Cortex-M implementation of IStartup.

sync

ARM Cortex-M implementation of ISync.

syscall

ARM Cortex-M implementation of ISyscall.

Structs

Arch