Enum avr_device::atmega4809::adc0::ctrld::ASDV_A
source · pub enum ASDV_A {
ASVOFF = 0,
ASVON = 1,
}
Expand description
Automatic Sampling Delay Variation
Value on reset: 0
Variants§
ASVOFF = 0
0: The Automatic Sampling Delay Variation is disabled
ASVON = 1
1: The Automatic Sampling Delay Variation is enabled
Trait Implementations§
source§impl PartialEq for ASDV_A
impl PartialEq for ASDV_A
impl Copy for ASDV_A
impl Eq for ASDV_A
impl StructuralPartialEq for ASDV_A
Auto Trait Implementations§
impl RefUnwindSafe for ASDV_A
impl Send for ASDV_A
impl Sync for ASDV_A
impl Unpin for ASDV_A
impl UnwindSafe for ASDV_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