Struct Boot4Cur
#[repr(transparent)]pub struct Boot4Cur(pub u32);Expand description
FLASH register with boot address
Tuple Fields§
§0: u32Implementations§
§impl Boot4Cur
impl Boot4Cur
pub const fn set_boot_add0(&mut self, val: u16)
pub const fn set_boot_add0(&mut self, val: u16)
Boot address 0
pub const fn set_boot_add1(&mut self, val: u16)
pub const fn set_boot_add1(&mut self, val: u16)
Boot address 1
Trait Implementations§
impl Copy for Boot4Cur
impl Eq for Boot4Cur
impl StructuralPartialEq for Boot4Cur
Auto Trait Implementations§
impl Freeze for Boot4Cur
impl RefUnwindSafe for Boot4Cur
impl Send for Boot4Cur
impl Sync for Boot4Cur
impl Unpin for Boot4Cur
impl UnwindSafe for Boot4Cur
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