pub struct W(/* private fields */);
Expand description
Register TCCR1
writer
Implementations§
source§impl W
impl W
sourcepub fn cs1(
&mut self
) -> FieldWriterRaw<'_, u8, TCCR1_SPEC, u8, CS1_A, Safe, 4, 0>
pub fn cs1( &mut self ) -> FieldWriterRaw<'_, u8, TCCR1_SPEC, u8, CS1_A, Safe, 4, 0>
Bits 0:3 - Clock Select Bits
sourcepub fn com1a(
&mut self
) -> FieldWriterRaw<'_, u8, TCCR1_SPEC, u8, COM1A_A, Safe, 2, 4>
pub fn com1a( &mut self ) -> FieldWriterRaw<'_, u8, TCCR1_SPEC, u8, COM1A_A, Safe, 2, 4>
Bits 4:5 - Compare Output Mode, Bits
sourcepub fn pwm1a(&mut self) -> BitWriterRaw<'_, u8, TCCR1_SPEC, bool, BitM, 6>
pub fn pwm1a(&mut self) -> BitWriterRaw<'_, u8, TCCR1_SPEC, bool, BitM, 6>
Bit 6 - Pulse Width Modulator Enable
sourcepub fn ctc1(&mut self) -> BitWriterRaw<'_, u8, TCCR1_SPEC, bool, BitM, 7>
pub fn ctc1(&mut self) -> BitWriterRaw<'_, u8, TCCR1_SPEC, bool, BitM, 7>
Bit 7 - Clear Timer/Counter on Compare Match
Methods from Deref<Target = W<TCCR1_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