pub enum RES_A {
TwelveBit,
TenBit,
EightBit,
SixBit,
}
Expand description
Resolution
Value on reset: 0
Variants
TwelveBit
0: 12-bit (15 ADCCLK cycles)
TenBit
1: 10-bit (13 ADCCLK cycles)
EightBit
2: 8-bit (11 ADCCLK cycles)
SixBit
3: 6-bit (9 ADCCLK cycles)
Trait Implementations
impl Copy for RES_A
impl StructuralPartialEq for RES_A
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more