#[repr(u8)]pub enum ISC0_A {
VAL_0X00 = 0,
VAL_0X01 = 1,
VAL_0X02 = 2,
VAL_0X03 = 3,
}
Expand description
External Interrupt Sense Control 0 Bits
Value on reset: 0
Variants§
VAL_0X00 = 0
0: Low Level of INTX
VAL_0X01 = 1
1: Any Logical Change of INTX
VAL_0X02 = 2
2: Falling Edge of INTX
VAL_0X03 = 3
3: Rising Edge of INTX
Trait Implementations§
source§impl PartialEq for ISC0_A
impl PartialEq for ISC0_A
impl Copy for ISC0_A
impl Eq for ISC0_A
impl StructuralPartialEq for ISC0_A
Auto Trait Implementations§
impl Freeze for ISC0_A
impl RefUnwindSafe for ISC0_A
impl Send for ISC0_A
impl Sync for ISC0_A
impl Unpin for ISC0_A
impl UnwindSafe for ISC0_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