#[repr(u8)]pub enum ISC1_A {
VAL_0X00 = 0,
VAL_0X01 = 1,
VAL_0X02 = 2,
VAL_0X03 = 3,
}
Expand description
External Interrupt Sense Control 1 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 ISC1_A
impl PartialEq for ISC1_A
impl Copy for ISC1_A
impl Eq for ISC1_A
impl StructuralPartialEq for ISC1_A
Auto Trait Implementations§
impl Freeze for ISC1_A
impl RefUnwindSafe for ISC1_A
impl Send for ISC1_A
impl Sync for ISC1_A
impl Unpin for ISC1_A
impl UnwindSafe for ISC1_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