pub struct CortexMBuilder { /* private fields */ }Expand description
Build a complete Cortex-M binary with vector table and startup code
Implementations§
Source§impl CortexMBuilder
impl CortexMBuilder
Sourcepub fn new(layout: MemoryLayout) -> Self
pub fn new(layout: MemoryLayout) -> Self
Create a new Cortex-M builder with the given memory layout
Sourcepub fn with_entry_name(self, name: &str) -> Self
pub fn with_entry_name(self, name: &str) -> Self
Set the entry point name
Auto Trait Implementations§
impl Freeze for CortexMBuilder
impl RefUnwindSafe for CortexMBuilder
impl Send for CortexMBuilder
impl Sync for CortexMBuilder
impl Unpin for CortexMBuilder
impl UnsafeUnpin for CortexMBuilder
impl UnwindSafe for CortexMBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more