Struct Hwid
pub struct Hwid { /* private fields */ }Implementations§
§impl Hwid
impl Hwid
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn hwcfgr(self) -> Reg<Hwcfgr, R>
pub const fn hwcfgr(self) -> Reg<Hwcfgr, R>
This register specifies the hardware configuration of DFSDM peripheral.
Trait Implementations§
impl Copy for Hwid
impl Eq for Hwid
impl Send for Hwid
impl StructuralPartialEq for Hwid
impl Sync for Hwid
Auto Trait Implementations§
impl Freeze for Hwid
impl RefUnwindSafe for Hwid
impl Unpin for Hwid
impl UnsafeUnpin for Hwid
impl UnwindSafe for Hwid
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