pub struct W(/* private fields */);
Expand description
Register ADCSRB
writer
Implementations§
source§impl W
impl W
sourcepub fn adts(
&mut self
) -> FieldWriterRaw<'_, u8, ADCSRB_SPEC, u8, ADTS_A, Unsafe, 3, 0>
pub fn adts( &mut self ) -> FieldWriterRaw<'_, u8, ADCSRB_SPEC, u8, ADTS_A, Unsafe, 3, 0>
Bits 0:2 - ADC Auto Trigger Sources
sourcepub fn ipr(&mut self) -> BitWriterRaw<'_, u8, ADCSRB_SPEC, bool, BitM, 5>
pub fn ipr(&mut self) -> BitWriterRaw<'_, u8, ADCSRB_SPEC, bool, BitM, 5>
Bit 5 - Input Polarity Mode
sourcepub fn bin(&mut self) -> BitWriterRaw<'_, u8, ADCSRB_SPEC, bool, BitM, 7>
pub fn bin(&mut self) -> BitWriterRaw<'_, u8, ADCSRB_SPEC, bool, BitM, 7>
Bit 7 - Bipolar Input Mode
Methods from Deref<Target = W<ADCSRB_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