pub struct W(/* private fields */);
Expand description
Register USICR
writer
Implementations§
source§impl W
impl W
sourcepub fn usitc(&mut self) -> BitWriterRaw<'_, u8, USICR_SPEC, bool, BitM, 0>
pub fn usitc(&mut self) -> BitWriterRaw<'_, u8, USICR_SPEC, bool, BitM, 0>
Bit 0 - Toggle Clock Port Pin
sourcepub fn usiclk(&mut self) -> BitWriterRaw<'_, u8, USICR_SPEC, bool, BitM, 1>
pub fn usiclk(&mut self) -> BitWriterRaw<'_, u8, USICR_SPEC, bool, BitM, 1>
Bit 1 - Clock Strobe
sourcepub fn usics(
&mut self
) -> FieldWriterRaw<'_, u8, USICR_SPEC, u8, USICS_A, Safe, 2, 2>
pub fn usics( &mut self ) -> FieldWriterRaw<'_, u8, USICR_SPEC, u8, USICS_A, Safe, 2, 2>
Bits 2:3 - USI Clock Source Select Bits
sourcepub fn usiwm(
&mut self
) -> FieldWriterRaw<'_, u8, USICR_SPEC, u8, USIWM_A, Safe, 2, 4>
pub fn usiwm( &mut self ) -> FieldWriterRaw<'_, u8, USICR_SPEC, u8, USIWM_A, Safe, 2, 4>
Bits 4:5 - USI Wire Mode Bits
sourcepub fn usioie(&mut self) -> BitWriterRaw<'_, u8, USICR_SPEC, bool, BitM, 6>
pub fn usioie(&mut self) -> BitWriterRaw<'_, u8, USICR_SPEC, bool, BitM, 6>
Bit 6 - Counter Overflow Interrupt Enable
sourcepub fn usisie(&mut self) -> BitWriterRaw<'_, u8, USICR_SPEC, bool, BitM, 7>
pub fn usisie(&mut self) -> BitWriterRaw<'_, u8, USICR_SPEC, bool, BitM, 7>
Bit 7 - Start Condition Interrupt Enable
Methods from Deref<Target = W<USICR_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