Enum avr_device::atmega4809::portf::pin6ctrl::ISC_A
source · #[repr(u8)]pub enum ISC_A {
INTDISABLE = 0,
BOTHEDGES = 1,
RISING = 2,
FALLING = 3,
INPUT_DISABLE = 4,
LEVEL = 5,
}
Expand description
Input/Sense Configuration
Value on reset: 0
Variants§
INTDISABLE = 0
0: Interrupt disabled but input buffer enabled
BOTHEDGES = 1
1: Sense Both Edges
RISING = 2
2: Sense Rising Edge
FALLING = 3
3: Sense Falling Edge
INPUT_DISABLE = 4
4: Digital Input Buffer disabled
LEVEL = 5
5: Sense low Level
Trait Implementations§
impl Copy for ISC_A
impl Eq for ISC_A
impl StructuralPartialEq for ISC_A
Auto Trait Implementations§
impl Freeze for ISC_A
impl RefUnwindSafe for ISC_A
impl Send for ISC_A
impl Sync for ISC_A
impl Unpin for ISC_A
impl UnwindSafe for ISC_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
)