#[repr(u8)]pub enum RES_A {
TwelveBit = 0,
TenBit = 1,
EightBit = 2,
SixBit = 3,
}
Expand description
Resolution
Value on reset: 0
Variants§
TwelveBit = 0
0: 12-bit (15 ADCCLK cycles)
TenBit = 1
1: 10-bit (13 ADCCLK cycles)
EightBit = 2
2: 8-bit (11 ADCCLK cycles)
SixBit = 3
3: 6-bit (9 ADCCLK cycles)
Trait Implementations§
impl Copy for RES_A
impl StructuralPartialEq for RES_A
Auto Trait Implementations§
impl Freeze for RES_A
impl RefUnwindSafe for RES_A
impl Send for RES_A
impl Sync for RES_A
impl Unpin for RES_A
impl UnwindSafe for RES_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