pub struct VIMS { /* private fields */ }Expand description
Versatile Instruction Memory System Controls memory access to the Flash and encapsulates the following instruction memories: - Boot ROM - Cache / GPRAM
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VIMS
impl RefUnwindSafe for VIMS
impl !Sync for VIMS
impl Unpin for VIMS
impl UnwindSafe for VIMS
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