Struct nrf52840_pac::p0::dirclr::DIRCLR_SPEC
source · pub struct DIRCLR_SPEC;
Expand description
Trait Implementations§
source§impl Readable for DIRCLR_SPEC
impl Readable for DIRCLR_SPEC
read()
method returns dirclr::R reader structure
source§impl RegisterSpec for DIRCLR_SPEC
impl RegisterSpec for DIRCLR_SPEC
source§impl Resettable for DIRCLR_SPEC
impl Resettable for DIRCLR_SPEC
reset()
method sets DIRCLR to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DIRCLR_SPEC
impl RefUnwindSafe for DIRCLR_SPEC
impl Send for DIRCLR_SPEC
impl Sync for DIRCLR_SPEC
impl Unpin for DIRCLR_SPEC
impl UnwindSafe for DIRCLR_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