Enum avr_device::atmega4809::adc0::ctrla::RESSEL_A
source · pub enum RESSEL_A {
_10BIT = 0,
_8BIT = 1,
}
Expand description
ADC Resolution
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq for RESSEL_A
impl PartialEq for RESSEL_A
impl Copy for RESSEL_A
impl Eq for RESSEL_A
impl StructuralPartialEq for RESSEL_A
Auto Trait Implementations§
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