pub struct W(/* private fields */);
Expand description
Register GTCCR
writer
Implementations§
source§impl W
impl W
sourcepub fn psr1(&mut self) -> BitWriterRaw<'_, u8, GTCCR_SPEC, bool, BitM, 1>
pub fn psr1(&mut self) -> BitWriterRaw<'_, u8, GTCCR_SPEC, bool, BitM, 1>
Bit 1 - Prescaler Reset Timer/Counter1
sourcepub fn foc1a(&mut self) -> BitWriterRaw<'_, u8, GTCCR_SPEC, bool, BitM, 2>
pub fn foc1a(&mut self) -> BitWriterRaw<'_, u8, GTCCR_SPEC, bool, BitM, 2>
Bit 2 - Force Output Compare 1A
sourcepub fn foc1b(&mut self) -> BitWriterRaw<'_, u8, GTCCR_SPEC, bool, BitM, 3>
pub fn foc1b(&mut self) -> BitWriterRaw<'_, u8, GTCCR_SPEC, bool, BitM, 3>
Bit 3 - Force Output Compare Match 1B
sourcepub fn com1b(
&mut self
) -> FieldWriterRaw<'_, u8, GTCCR_SPEC, u8, COM1B_A, Safe, 2, 4>
pub fn com1b( &mut self ) -> FieldWriterRaw<'_, u8, GTCCR_SPEC, u8, COM1B_A, Safe, 2, 4>
Bits 4:5 - Comparator B Output Mode
sourcepub fn pwm1b(&mut self) -> BitWriterRaw<'_, u8, GTCCR_SPEC, bool, BitM, 6>
pub fn pwm1b(&mut self) -> BitWriterRaw<'_, u8, GTCCR_SPEC, bool, BitM, 6>
Bit 6 - Pulse Width Modulator B Enable
Methods from Deref<Target = W<GTCCR_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