pub struct W(/* private fields */);
Expand description
Register LOW
writer
Implementations§
source§impl W
impl W
sourcepub fn sut_cksel(
&mut self
) -> FieldWriterRaw<'_, u8, LOW_SPEC, u8, SUT_CKSEL_A, Unsafe, 6, 0>
pub fn sut_cksel( &mut self ) -> FieldWriterRaw<'_, u8, LOW_SPEC, u8, SUT_CKSEL_A, Unsafe, 6, 0>
Bits 0:5 - Select Clock source
sourcepub fn ckout(&mut self) -> BitWriterRaw<'_, u8, LOW_SPEC, bool, BitM, 6>
pub fn ckout(&mut self) -> BitWriterRaw<'_, u8, LOW_SPEC, bool, BitM, 6>
Bit 6 - Clock output on PORTB4
Methods from Deref<Target = W<LOW_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