pub enum RESSEL_A {
_10BIT = 0,
_8BIT = 1,
}
Expand description
ADC Resolution
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RESSEL_A
impl Eq for RESSEL_A
impl StructuralPartialEq for RESSEL_A
Auto Trait Implementations§
impl Freeze for RESSEL_A
impl RefUnwindSafe for RESSEL_A
impl Send for RESSEL_A
impl Sync for RESSEL_A
impl Unpin for RESSEL_A
impl UnwindSafe for RESSEL_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