pub struct W(/* private fields */);
Expand description
Register USISR
writer
Implementations§
source§impl W
impl W
sourcepub fn usicnt(
&mut self
) -> FieldWriterRaw<'_, u8, USISR_SPEC, u8, u8, Safe, 4, 0>
pub fn usicnt( &mut self ) -> FieldWriterRaw<'_, u8, USISR_SPEC, u8, u8, Safe, 4, 0>
Bits 0:3 - USI Counter Value Bits
sourcepub fn usipf(&mut self) -> BitWriterRaw<'_, u8, USISR_SPEC, bool, BitM, 5>
pub fn usipf(&mut self) -> BitWriterRaw<'_, u8, USISR_SPEC, bool, BitM, 5>
Bit 5 - Stop Condition Flag
sourcepub fn usioif(&mut self) -> BitWriterRaw<'_, u8, USISR_SPEC, bool, BitM, 6>
pub fn usioif(&mut self) -> BitWriterRaw<'_, u8, USISR_SPEC, bool, BitM, 6>
Bit 6 - Counter Overflow Interrupt Flag
sourcepub fn usisif(&mut self) -> BitWriterRaw<'_, u8, USISR_SPEC, bool, BitM, 7>
pub fn usisif(&mut self) -> BitWriterRaw<'_, u8, USISR_SPEC, bool, BitM, 7>
Bit 7 - Start Condition Interrupt Flag
Methods from Deref<Target = W<USISR_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