Enum Adc4Res
#[repr(u8)]pub enum Adc4Res {
BITS12 = 0,
BITS10 = 1,
BITS8 = 2,
BITS6 = 3,
}
Variants§
BITS12 = 0
12-bit resolution
BITS10 = 1
10-bit resolution
BITS8 = 2
8-bit resolution
BITS6 = 3
6-bit resolution
Implementations§
Trait Implementations§
§impl Ord for Adc4Res
impl Ord for Adc4Res
§impl PartialOrd for Adc4Res
impl PartialOrd for Adc4Res
impl Copy for Adc4Res
impl Eq for Adc4Res
impl StructuralPartialEq for Adc4Res
Auto Trait Implementations§
impl Freeze for Adc4Res
impl RefUnwindSafe for Adc4Res
impl Send for Adc4Res
impl Sync for Adc4Res
impl Unpin for Adc4Res
impl UnwindSafe for Adc4Res
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