pub struct OUT_W1TC_SPEC;
Expand description
GPIO output clear register for GPIO0-31
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see out_w1tc module
Trait Implementations
sourceimpl RegisterSpec for OUT_W1TC_SPEC
impl RegisterSpec for OUT_W1TC_SPEC
sourceimpl Resettable for OUT_W1TC_SPEC
impl Resettable for OUT_W1TC_SPEC
reset()
method sets OUT_W1TC to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for OUT_W1TC_SPEC
impl Writable for OUT_W1TC_SPEC
write(|w| ..)
method takes out_w1tc::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for OUT_W1TC_SPEC
impl Send for OUT_W1TC_SPEC
impl Sync for OUT_W1TC_SPEC
impl Unpin for OUT_W1TC_SPEC
impl UnwindSafe for OUT_W1TC_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