#[repr(u8)]pub enum AT_A {
_1CYCLE = 0,
_2CYCLES = 1,
_3CYCLES = 2,
_4CYCLES = 3,
_8CYCLES = 4,
_16CYCLES = 5,
_32CYCLES = 6,
_64CYCLES = 7,
_128CYCLES = 8,
_256CYCLES = 9,
}Expand description
Scan Acquisition Time
Value on reset: 0
Variants§
_1CYCLE = 0
0: 1 conversion clock cycle acquisition time for scan
_2CYCLES = 1
1: 2 conversion clock cycles acquisition time for scan
_3CYCLES = 2
2: 3 conversion clock cycles acquisition time for scan
_4CYCLES = 3
3: 4 conversion clock cycles acquisition time for scan
_8CYCLES = 4
4: 8 conversion clock cycles acquisition time for scan
_16CYCLES = 5
5: 16 conversion clock cycles acquisition time for scan
_32CYCLES = 6
6: 32 conversion clock cycles acquisition time for scan
_64CYCLES = 7
7: 64 conversion clock cycles acquisition time for scan
_128CYCLES = 8
8: 128 conversion clock cycles acquisition time for scan
_256CYCLES = 9
9: 256 conversion clock cycles acquisition time for scan
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