Struct efm32gg330_pac::etm::etmpidr5::ETMPIDR5_SPEC
source · [−]pub struct ETMPIDR5_SPEC;
Expand description
Peripheral ID5 Register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see etmpidr5 module
Trait Implementations
sourceimpl RegisterSpec for ETMPIDR5_SPEC
impl RegisterSpec for ETMPIDR5_SPEC
sourceimpl Resettable for ETMPIDR5_SPEC
impl Resettable for ETMPIDR5_SPEC
reset()
method sets ETMPIDR5 to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for ETMPIDR5_SPEC
impl Writable for ETMPIDR5_SPEC
write(|w| ..)
method takes etmpidr5::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for ETMPIDR5_SPEC
impl Send for ETMPIDR5_SPEC
impl Sync for ETMPIDR5_SPEC
impl Unpin for ETMPIDR5_SPEC
impl UnwindSafe for ETMPIDR5_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