#[repr(u8)]pub enum AT_A {
_1CYCLE = 0,
_2CYCLES = 1,
_4CYCLES = 2,
_8CYCLES = 3,
_16CYCLES = 4,
_32CYCLES = 5,
_64CYCLES = 6,
_128CYCLES = 7,
_256CYCLES = 8,
}
Expand description
Scan Sample Acquisition Time
Value on reset: 0
Variants§
_1CYCLE = 0
0: 1 ADC_CLK cycle acquisition time for scan samples
_2CYCLES = 1
1: 2 ADC_CLK cycles acquisition time for scan samples
_4CYCLES = 2
2: 4 ADC_CLK cycles acquisition time for scan samples
_8CYCLES = 3
3: 8 ADC_CLK cycles acquisition time for scan samples
_16CYCLES = 4
4: 16 ADC_CLK cycles acquisition time for scan samples
_32CYCLES = 5
5: 32 ADC_CLK cycles acquisition time for scan samples
_64CYCLES = 6
6: 64 ADC_CLK cycles acquisition time for scan samples
_128CYCLES = 7
7: 128 ADC_CLK cycles acquisition time for scan samples
_256CYCLES = 8
8: 256 ADC_CLK cycles acquisition time for scan samples
Trait Implementations§
impl Copy for AT_A
impl StructuralPartialEq for AT_A
Auto Trait Implementations§
impl Freeze for AT_A
impl RefUnwindSafe for AT_A
impl Send for AT_A
impl Sync for AT_A
impl Unpin for AT_A
impl UnwindSafe for AT_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