#[repr(u8)]pub enum IRQOVER_A {
NORMAL = 0,
INVERT = 1,
LOW = 2,
HIGH = 3,
}
Expand description
Value on reset: 0
Variants§
NORMAL = 0
0: don’t invert the interrupt
INVERT = 1
1: invert the interrupt
LOW = 2
2: drive interrupt low
HIGH = 3
3: drive interrupt high
Trait Implementations§
impl Copy for IRQOVER_A
impl Eq for IRQOVER_A
impl StructuralPartialEq for IRQOVER_A
Auto Trait Implementations§
impl Freeze for IRQOVER_A
impl RefUnwindSafe for IRQOVER_A
impl Send for IRQOVER_A
impl Sync for IRQOVER_A
impl Unpin for IRQOVER_A
impl UnwindSafe for IRQOVER_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)