Struct LmfatrSpec
pub struct LmfatrSpec;Expand description
Trait Implementations§
§impl RegisterSpec for LmfatrSpec
impl RegisterSpec for LmfatrSpec
§impl Resettable for LmfatrSpec
reset() method sets LMFATR to value 0
impl Resettable for LmfatrSpec
reset() method sets LMFATR 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 LmfatrSpec
read() method returns lmfatr::R reader structure
Auto Trait Implementations§
impl Freeze for LmfatrSpec
impl RefUnwindSafe for LmfatrSpec
impl Send for LmfatrSpec
impl Sync for LmfatrSpec
impl Unpin for LmfatrSpec
impl UnwindSafe for LmfatrSpec
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