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
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