pub struct W(/* private fields */);
Expand description
Register TCCR0A
writer
Implementations§
source§impl W
impl W
sourcepub fn wgm0(
&mut self
) -> FieldWriterRaw<'_, u8, TCCR0A_SPEC, u8, WGM0_A, Safe, 2, 0>
pub fn wgm0( &mut self ) -> FieldWriterRaw<'_, u8, TCCR0A_SPEC, u8, WGM0_A, Safe, 2, 0>
Bits 0:1 - Waveform Generation Mode
sourcepub fn com0b(
&mut self
) -> FieldWriterRaw<'_, u8, TCCR0A_SPEC, u8, COM0B_A, Safe, 2, 4>
pub fn com0b( &mut self ) -> FieldWriterRaw<'_, u8, TCCR0A_SPEC, u8, COM0B_A, Safe, 2, 4>
Bits 4:5 - Compare Output B Mode
Methods from Deref<Target = W<TCCR0A_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