Struct efm32gg12b830_pac::etm::etmidr2::ETMIDR2_SPEC
source · [−]pub struct ETMIDR2_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for ETMIDR2_SPEC
impl Readable for ETMIDR2_SPEC
read()
method returns etmidr2::R reader structure
sourceimpl RegisterSpec for ETMIDR2_SPEC
impl RegisterSpec for ETMIDR2_SPEC
sourceimpl Resettable for ETMIDR2_SPEC
impl Resettable for ETMIDR2_SPEC
reset()
method sets ETMIDR2 to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for ETMIDR2_SPEC
impl Send for ETMIDR2_SPEC
impl Sync for ETMIDR2_SPEC
impl Unpin for ETMIDR2_SPEC
impl UnwindSafe for ETMIDR2_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more