#[repr(u8)]pub enum ISC0_A {
LOW = 0,
TOGGLE = 1,
FALLING = 2,
RISING = 3,
}
Expand description
Interrupt Sense Control 0 bits
Value on reset: 0
Variants§
LOW = 0
0: The low level of INTx generates an interrupt request
TOGGLE = 1
1: Any logical change on INTx generates an interrupt request
FALLING = 2
2: The falling edge of INTx generates an interrupt request
RISING = 3
3: The rising edge of INTx generates an interrupt request
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