pub enum LatchInterruptRequest {
Enable,
Disable,
}Expand description
Latch (keep active) the interrupt until the get_irq_src is read.
Variants§
Trait Implementations§
Source§impl Clone for LatchInterruptRequest
impl Clone for LatchInterruptRequest
Source§fn clone(&self) -> LatchInterruptRequest
fn clone(&self) -> LatchInterruptRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LatchInterruptRequest
Source§impl Debug for LatchInterruptRequest
impl Debug for LatchInterruptRequest
Source§impl Default for LatchInterruptRequest
impl Default for LatchInterruptRequest
Source§fn default() -> LatchInterruptRequest
fn default() -> LatchInterruptRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LatchInterruptRequest
impl RefUnwindSafe for LatchInterruptRequest
impl Send for LatchInterruptRequest
impl Sync for LatchInterruptRequest
impl Unpin for LatchInterruptRequest
impl UnsafeUnpin for LatchInterruptRequest
impl UnwindSafe for LatchInterruptRequest
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