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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more