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