pub struct SW_INTR_2_R(/* private fields */);Expand description
Field SW_INTR_2 reader - Active high edge interrupt detected for Software Interrupt 2. When interrupt type is selected as edge detect, this register will return high when triggered, write 1 to clear.
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SW_INTR_2_R
impl RefUnwindSafe for SW_INTR_2_R
impl Send for SW_INTR_2_R
impl Sync for SW_INTR_2_R
impl Unpin for SW_INTR_2_R
impl UnwindSafe for SW_INTR_2_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