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