Struct stm32_metapac::syscfg::regs::Ur10
#[repr(transparent)]pub struct Ur10(pub u32);
Expand description
SYSCFG user register 10
Tuple Fields§
§0: u32
Implementations§
§impl Ur10
impl Ur10
pub fn set_pa_end_2(&mut self, val: u16)
pub fn set_pa_end_2(&mut self, val: u16)
Protected area end address for bank 2
pub fn set_sa_beg_2(&mut self, val: u16)
pub fn set_sa_beg_2(&mut self, val: u16)
Secured area start address for bank 2
Trait Implementations§
impl Copy for Ur10
impl Eq for Ur10
impl StructuralPartialEq for Ur10
Auto Trait Implementations§
impl Freeze for Ur10
impl RefUnwindSafe for Ur10
impl Send for Ur10
impl Sync for Ur10
impl Unpin for Ur10
impl UnwindSafe for Ur10
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
)