pub struct W(/* private fields */);
Expand description
Register TCCR1A
writer
Implementations§
source§impl W
impl W
sourcepub fn wgm1(
&mut self
) -> FieldWriterRaw<'_, u8, TCCR1A_SPEC, u8, u8, Safe, 2, 0>
pub fn wgm1( &mut self ) -> FieldWriterRaw<'_, u8, TCCR1A_SPEC, u8, u8, Safe, 2, 0>
Bits 0:1 - Waveform Generation Mode
sourcepub fn com1b(
&mut self
) -> FieldWriterRaw<'_, u8, TCCR1A_SPEC, u8, COM1B_A, Safe, 2, 4>
pub fn com1b( &mut self ) -> FieldWriterRaw<'_, u8, TCCR1A_SPEC, u8, COM1B_A, Safe, 2, 4>
Bits 4:5 - Compare Output Mode 1B, bits
Methods from Deref<Target = W<TCCR1A_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