Struct stm32_metapac::flash::Flash
pub struct Flash { /* private fields */ }
Expand description
Flash
Implementations§
§impl Flash
impl Flash
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn nsbootadd0r(self) -> Reg<Nsbootadd0r, RW>
pub const fn nsbootadd0r(self) -> Reg<Nsbootadd0r, RW>
FLASH non-secure boot address 0 register
pub const fn nsbootadd1r(self) -> Reg<Nsbootadd1r, RW>
pub const fn nsbootadd1r(self) -> Reg<Nsbootadd1r, RW>
FLASH non-secure boot address 1 register
pub const fn secbootadd0r(self) -> Reg<Secbootadd0r, RW>
pub const fn secbootadd0r(self) -> Reg<Secbootadd0r, RW>
FLASH 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)