#[repr(transparent)]pub struct Haddrstart(pub u32);Expand description
HADDR REMAP Start Address
Tuple Fields§
§0: u32Implementations§
Source§impl Haddrstart
impl Haddrstart
Sourcepub const fn set_remapen(&mut self, val: Remapen)
pub const fn set_remapen(&mut self, val: Remapen)
AHB Bus Address Remap Enable
Sourcepub const fn set_swapen(&mut self, val: bool)
pub const fn set_swapen(&mut self, val: bool)
AHB or IP Bus Address Swap Enable
Sourcepub const fn set_addrstart(&mut self, val: u32)
pub const fn set_addrstart(&mut self, val: u32)
HADDR Start Address
Trait Implementations§
Source§impl Clone for Haddrstart
impl Clone for Haddrstart
Source§fn clone(&self) -> Haddrstart
fn clone(&self) -> Haddrstart
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 Haddrstart
impl Debug for Haddrstart
Source§impl Default for Haddrstart
impl Default for Haddrstart
Source§fn default() -> Haddrstart
fn default() -> Haddrstart
Returns the “default value” for a type. Read more
Source§impl PartialEq for Haddrstart
impl PartialEq for Haddrstart
impl Copy for Haddrstart
impl Eq for Haddrstart
impl StructuralPartialEq for Haddrstart
Auto Trait Implementations§
impl Freeze for Haddrstart
impl RefUnwindSafe for Haddrstart
impl Send for Haddrstart
impl Sync for Haddrstart
impl Unpin for Haddrstart
impl UnwindSafe for Haddrstart
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