pub struct R(/* private fields */);
Expand description
Register EDGE_INT_ENABLE
reader
Implementations§
Source§impl R
impl R
Sourcepub fn register(&self) -> REGISTER_R
pub fn register(&self) -> REGISTER_R
Bits 0:31
Sourcepub fn wdt_edge_int_enable(&self) -> WDT_EDGE_INT_ENABLE_R
pub fn wdt_edge_int_enable(&self) -> WDT_EDGE_INT_ENABLE_R
Bit 0 - Enable the watchdog timer edge interrupt
Sourcepub fn timer1_edge_int_enable(&self) -> TIMER1_EDGE_INT_ENABLE_R
pub fn timer1_edge_int_enable(&self) -> TIMER1_EDGE_INT_ENABLE_R
Bit 1 - Enable the timer1 edge interrupt
Methods from Deref<Target = R<EDGE_INT_ENABLE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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