#[repr(u8)]pub enum RES {
Bits12 = 0,
Bits10 = 1,
Bits8 = 2,
Bits6 = 3,
}
Expand description
Data resolution These bits are written by software to select the resolution of the conversion. Note: The software is allowed to write these bits only when ADEN=0.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RES
impl Eq for RES
impl IsEnum for RES
impl StructuralPartialEq for RES
Auto Trait Implementations§
impl Freeze for RES
impl RefUnwindSafe for RES
impl Send for RES
impl Sync for RES
impl Unpin for RES
impl UnwindSafe for RES
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