Struct nrf52840_pac::p0::outclr::OUTCLR_SPEC
source · pub struct OUTCLR_SPEC;
Expand description
Trait Implementations§
source§impl Readable for OUTCLR_SPEC
impl Readable for OUTCLR_SPEC
read()
method returns outclr::R reader structure
source§impl RegisterSpec for OUTCLR_SPEC
impl RegisterSpec for OUTCLR_SPEC
source§impl Resettable for OUTCLR_SPEC
impl Resettable for OUTCLR_SPEC
reset()
method sets OUTCLR 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 OUTCLR_SPEC
impl RefUnwindSafe for OUTCLR_SPEC
impl Send for OUTCLR_SPEC
impl Sync for OUTCLR_SPEC
impl Unpin for OUTCLR_SPEC
impl UnwindSafe for OUTCLR_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