pub struct W(/* private fields */);
Expand description
Register TCCR1B
writer
Implementations§
source§impl W
impl W
sourcepub fn cs1(
&mut self
) -> FieldWriterRaw<'_, u8, TCCR1B_SPEC, u8, CS1_A, Safe, 3, 0>
pub fn cs1( &mut self ) -> FieldWriterRaw<'_, u8, TCCR1B_SPEC, u8, CS1_A, Safe, 3, 0>
Bits 0:2 - Prescaler source of Timer/Counter 1
sourcepub fn wgm1(
&mut self
) -> FieldWriterRaw<'_, u8, TCCR1B_SPEC, u8, u8, Safe, 2, 3>
pub fn wgm1( &mut self ) -> FieldWriterRaw<'_, u8, TCCR1B_SPEC, u8, u8, Safe, 2, 3>
Bits 3:4 - Waveform Generation Mode
sourcepub fn ices1(&mut self) -> BitWriterRaw<'_, u8, TCCR1B_SPEC, bool, BitM, 6>
pub fn ices1(&mut self) -> BitWriterRaw<'_, u8, TCCR1B_SPEC, bool, BitM, 6>
Bit 6 - Input Capture 1 Edge Select
sourcepub fn icnc1(&mut self) -> BitWriterRaw<'_, u8, TCCR1B_SPEC, bool, BitM, 7>
pub fn icnc1(&mut self) -> BitWriterRaw<'_, u8, TCCR1B_SPEC, bool, BitM, 7>
Bit 7 - Input Capture 1 Noise Canceler
Methods from Deref<Target = W<TCCR1B_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