Module cortex_m

Module cortex_m 

Source
Expand description

ARM Cortex-M hardware support.

Re-exports§

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

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