Enum avr_device::atmega32u4::exint::eicrb::ISC6_A
source · #[repr(u8)]pub enum ISC6_A {
VAL_0X00 = 0,
VAL_0X01 = 1,
VAL_0X02 = 2,
VAL_0X03 = 3,
}
Expand description
External Interrupt 7-4 Sense Control Bit
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§
impl Copy for ISC6_A
impl Eq for ISC6_A
impl StructuralPartialEq for ISC6_A
Auto Trait Implementations§
impl Freeze for ISC6_A
impl RefUnwindSafe for ISC6_A
impl Send for ISC6_A
impl Sync for ISC6_A
impl Unpin for ISC6_A
impl UnwindSafe for ISC6_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
)