Struct LmfdhrSpec
pub struct LmfdhrSpec;Expand description
Trait Implementations§
§impl RegisterSpec for LmfdhrSpec
impl RegisterSpec for LmfdhrSpec
§impl Resettable for LmfdhrSpec
reset() method sets LMFDHR to value 0
impl Resettable for LmfdhrSpec
reset() method sets LMFDHR to value 0
§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for LmfdhrSpec
read() method returns lmfdhr::R reader structure
Auto Trait Implementations§
impl Freeze for LmfdhrSpec
impl RefUnwindSafe for LmfdhrSpec
impl Send for LmfdhrSpec
impl Sync for LmfdhrSpec
impl Unpin for LmfdhrSpec
impl UnwindSafe for LmfdhrSpec
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