Enum avr_device::atmega4809::adc0::ctrld::INITDLY_A
source · #[repr(u8)]pub enum INITDLY_A {
DLY0 = 0,
DLY16 = 1,
DLY32 = 2,
DLY64 = 3,
DLY128 = 4,
DLY256 = 5,
}
Expand description
Initial Delay Selection
Value on reset: 0
Variants§
DLY0 = 0
0: Delay 0 CLK_ADC cycles
DLY16 = 1
1: Delay 16 CLK_ADC cycles
DLY32 = 2
2: Delay 32 CLK_ADC cycles
DLY64 = 3
3: Delay 64 CLK_ADC cycles
DLY128 = 4
4: Delay 128 CLK_ADC cycles
DLY256 = 5
5: Delay 256 CLK_ADC cycles
Trait Implementations§
impl Copy for INITDLY_A
impl Eq for INITDLY_A
impl StructuralPartialEq for INITDLY_A
Auto Trait Implementations§
impl Freeze for INITDLY_A
impl RefUnwindSafe for INITDLY_A
impl Send for INITDLY_A
impl Sync for INITDLY_A
impl Unpin for INITDLY_A
impl UnwindSafe for INITDLY_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
)