Enum avr_device::atmega4809::ac0::muxctrla::MUXNEG_A
source · #[repr(u8)]pub enum MUXNEG_A {
PIN0 = 0,
PIN1 = 1,
PIN2 = 2,
DACREF = 3,
}
Expand description
Negative Input MUX Selection
Value on reset: 0
Variants§
PIN0 = 0
0: Negative Pin 0
PIN1 = 1
1: Negative Pin 1
PIN2 = 2
2: Negative Pin 2
DACREF = 3
3: DAC Voltage Reference
Trait Implementations§
impl Copy for MUXNEG_A
impl Eq for MUXNEG_A
impl StructuralPartialEq for MUXNEG_A
Auto Trait Implementations§
impl Freeze for MUXNEG_A
impl RefUnwindSafe for MUXNEG_A
impl Send for MUXNEG_A
impl Sync for MUXNEG_A
impl Unpin for MUXNEG_A
impl UnwindSafe for MUXNEG_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
)