Struct stm32_metapac::syscfg::regs::Bootsr
#[repr(transparent)]pub struct Bootsr(pub u32);
Expand description
SBS boot status register.
Tuple Fields§
§0: u32
Implementations§
§impl Bootsr
impl Bootsr
pub const fn initvtor(&self) -> u32
pub const fn initvtor(&self) -> u32
initial vector for Cortex-M7 This register includes the physical boot address used by the Cortex-M7 after reset.
pub fn set_initvtor(&mut self, val: u32)
pub fn set_initvtor(&mut self, val: u32)
initial vector for Cortex-M7 This register includes the physical boot address used by the Cortex-M7 after reset.
Trait Implementations§
impl Copy for Bootsr
impl Eq for Bootsr
impl StructuralPartialEq for Bootsr
Auto Trait Implementations§
impl Freeze for Bootsr
impl RefUnwindSafe for Bootsr
impl Send for Bootsr
impl Sync for Bootsr
impl Unpin for Bootsr
impl UnwindSafe for Bootsr
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
)