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§
impl Copy for ASDV_A
impl Eq for ASDV_A
impl StructuralPartialEq for ASDV_A
Auto Trait Implementations§
impl Freeze for ASDV_A
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
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
)