Struct Flash
pub struct Flash(pub *mut u8);
Expand description
Flash
Tuple Fields§
§0: *mut u8
Implementations§
§impl Flash
impl Flash
pub fn nsbootadd0r(self) -> Reg<Nsbootadd0r, W>
pub fn nsbootadd0r(self) -> Reg<Nsbootadd0r, W>
Flash non-secure boot address 0 register
pub fn nsbootadd1r(self) -> Reg<Nsbootadd1r, W>
pub fn nsbootadd1r(self) -> Reg<Nsbootadd1r, W>
Flash non-secure boot address 1 register
pub fn secbootadd0r(self) -> Reg<Secbootadd0r, RW>
pub fn secbootadd0r(self) -> Reg<Secbootadd0r, RW>
FFlash secure boot address 0 register
Trait Implementations§
impl Copy for Flash
impl Eq for Flash
impl Send for Flash
impl StructuralPartialEq for Flash
impl Sync for Flash
Auto Trait Implementations§
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