pub struct W(/* private fields */);
Expand description
Register ADMUX
writer
Implementations§
source§impl W
impl W
sourcepub fn mux(
&mut self
) -> FieldWriterRaw<'_, u8, ADMUX_SPEC, u8, MUX_A, Unsafe, 4, 0>
pub fn mux( &mut self ) -> FieldWriterRaw<'_, u8, ADMUX_SPEC, u8, MUX_A, Unsafe, 4, 0>
Bits 0:3 - Analog Channel and Gain Selection Bits
sourcepub fn refs2(&mut self) -> BitWriterRaw<'_, u8, ADMUX_SPEC, bool, BitM, 4>
pub fn refs2(&mut self) -> BitWriterRaw<'_, u8, ADMUX_SPEC, bool, BitM, 4>
Bit 4 - Reference Selection Bit 2
sourcepub fn adlar(&mut self) -> BitWriterRaw<'_, u8, ADMUX_SPEC, bool, BitM, 5>
pub fn adlar(&mut self) -> BitWriterRaw<'_, u8, ADMUX_SPEC, bool, BitM, 5>
Bit 5 - Left Adjust Result
Methods from Deref<Target = W<ADMUX_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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