pub struct PIDR4_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for PIDR4_SPEC
impl Readable for PIDR4_SPEC
read()
method returns pidr4::R reader structure
sourceimpl RegisterSpec for PIDR4_SPEC
impl RegisterSpec for PIDR4_SPEC
sourceimpl Resettable for PIDR4_SPEC
impl Resettable for PIDR4_SPEC
reset()
method sets PIDR4 to value 0x04
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for PIDR4_SPEC
impl Send for PIDR4_SPEC
impl Sync for PIDR4_SPEC
impl Unpin for PIDR4_SPEC
impl UnwindSafe for PIDR4_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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