#[repr(transparent)]pub struct FlashremapOffsetDp(pub u32);Expand description
This 32-bit register is a duplicate of FLASHREMAPOFFSET for increased security.
Tuple Fields§
§0: u32Implementations§
Source§impl FlashremapOffsetDp
impl FlashremapOffsetDp
Sourcepub const fn flashremap_offset(&self) -> u32
pub const fn flashremap_offset(&self) -> u32
no description available
Sourcepub const fn set_flashremap_offset(&mut self, val: u32)
pub const fn set_flashremap_offset(&mut self, val: u32)
no description available
Trait Implementations§
Source§impl Clone for FlashremapOffsetDp
impl Clone for FlashremapOffsetDp
Source§fn clone(&self) -> FlashremapOffsetDp
fn clone(&self) -> FlashremapOffsetDp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlashremapOffsetDp
impl Debug for FlashremapOffsetDp
Source§impl Default for FlashremapOffsetDp
impl Default for FlashremapOffsetDp
Source§fn default() -> FlashremapOffsetDp
fn default() -> FlashremapOffsetDp
Returns the “default value” for a type. Read more
Source§impl PartialEq for FlashremapOffsetDp
impl PartialEq for FlashremapOffsetDp
impl Copy for FlashremapOffsetDp
impl Eq for FlashremapOffsetDp
impl StructuralPartialEq for FlashremapOffsetDp
Auto Trait Implementations§
impl Freeze for FlashremapOffsetDp
impl RefUnwindSafe for FlashremapOffsetDp
impl Send for FlashremapOffsetDp
impl Sync for FlashremapOffsetDp
impl Unpin for FlashremapOffsetDp
impl UnwindSafe for FlashremapOffsetDp
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