Struct Verr
#[repr(transparent)]pub struct Verr(pub u32);Expand description
This register specifies the version of DFSDM peripheral.
Tuple Fields§
§0: u32Implementations§
§impl Verr
impl Verr
pub const fn set_minrev(&mut self, val: u8)
pub const fn set_minrev(&mut self, val: u8)
Minor revision of the DFSDM peripheral.
pub const fn set_majrev(&mut self, val: u8)
pub const fn set_majrev(&mut self, val: u8)
Major revision of the DFSDM peripheral.
Trait Implementations§
impl Copy for Verr
impl Eq for Verr
impl StructuralPartialEq for Verr
Auto Trait Implementations§
impl Freeze for Verr
impl RefUnwindSafe for Verr
impl Send for Verr
impl Sync for Verr
impl Unpin for Verr
impl UnsafeUnpin for Verr
impl UnwindSafe for Verr
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