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