pub struct W(/* private fields */);
Expand description
Register ACSR
writer
Implementations§
source§impl W
impl W
sourcepub fn acis(
&mut self
) -> FieldWriterRaw<'_, u8, ACSR_SPEC, u8, ACIS_A, Unsafe, 2, 0>
pub fn acis( &mut self ) -> FieldWriterRaw<'_, u8, ACSR_SPEC, u8, ACIS_A, Unsafe, 2, 0>
Bits 0:1 - Analog Comparator Interrupt Mode Select
sourcepub fn acic(&mut self) -> BitWriterRaw<'_, u8, ACSR_SPEC, bool, BitM, 2>
pub fn acic(&mut self) -> BitWriterRaw<'_, u8, ACSR_SPEC, bool, BitM, 2>
Bit 2 - Analog Comparator Input Capture Enable
sourcepub fn acie(&mut self) -> BitWriterRaw<'_, u8, ACSR_SPEC, bool, BitM, 3>
pub fn acie(&mut self) -> BitWriterRaw<'_, u8, ACSR_SPEC, bool, BitM, 3>
Bit 3 - Analog Comparator Interrupt Enable
sourcepub fn aci(&mut self) -> BitWriterRaw<'_, u8, ACSR_SPEC, bool, BitM, 4>
pub fn aci(&mut self) -> BitWriterRaw<'_, u8, ACSR_SPEC, bool, BitM, 4>
Bit 4 - Analog Comparator Interrupt Flag
sourcepub fn acbg(&mut self) -> BitWriterRaw<'_, u8, ACSR_SPEC, bool, BitM, 6>
pub fn acbg(&mut self) -> BitWriterRaw<'_, u8, ACSR_SPEC, bool, BitM, 6>
Bit 6 - Analog Comparator Bandgap Select
Methods from Deref<Target = W<ACSR_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