Struct w806_pac::gpio::trigger_both::TRIGGER_BOTH_SPEC
source · [−]pub struct TRIGGER_BOTH_SPEC;
Expand description
Interrupt trigger on both sides selection
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see trigger_both module
Trait Implementations
sourceimpl Readable for TRIGGER_BOTH_SPEC
impl Readable for TRIGGER_BOTH_SPEC
read()
method returns trigger_both::R reader structure
sourceimpl RegisterSpec for TRIGGER_BOTH_SPEC
impl RegisterSpec for TRIGGER_BOTH_SPEC
sourceimpl Resettable for TRIGGER_BOTH_SPEC
impl Resettable for TRIGGER_BOTH_SPEC
reset()
method sets trigger_both to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for TRIGGER_BOTH_SPEC
impl Writable for TRIGGER_BOTH_SPEC
write(|w| ..)
method takes trigger_both::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for TRIGGER_BOTH_SPEC
impl Send for TRIGGER_BOTH_SPEC
impl Sync for TRIGGER_BOTH_SPEC
impl Unpin for TRIGGER_BOTH_SPEC
impl UnwindSafe for TRIGGER_BOTH_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