pub struct W(/* private fields */);
Expand description
Register SWPULSE
writer
Implementations§
Source§impl W
impl W
Sourcepub fn ch0pulse(&mut self) -> CH0PULSE_W<'_>
pub fn ch0pulse(&mut self) -> CH0PULSE_W<'_>
Bit 0 - Channel 0 Pulse Generation
Sourcepub fn ch1pulse(&mut self) -> CH1PULSE_W<'_>
pub fn ch1pulse(&mut self) -> CH1PULSE_W<'_>
Bit 1 - Channel 1 Pulse Generation
Sourcepub fn ch2pulse(&mut self) -> CH2PULSE_W<'_>
pub fn ch2pulse(&mut self) -> CH2PULSE_W<'_>
Bit 2 - Channel 2 Pulse Generation
Sourcepub fn ch3pulse(&mut self) -> CH3PULSE_W<'_>
pub fn ch3pulse(&mut self) -> CH3PULSE_W<'_>
Bit 3 - Channel 3 Pulse Generation
Sourcepub fn ch4pulse(&mut self) -> CH4PULSE_W<'_>
pub fn ch4pulse(&mut self) -> CH4PULSE_W<'_>
Bit 4 - Channel 4 Pulse Generation
Sourcepub fn ch5pulse(&mut self) -> CH5PULSE_W<'_>
pub fn ch5pulse(&mut self) -> CH5PULSE_W<'_>
Bit 5 - Channel 5 Pulse Generation
Sourcepub fn ch6pulse(&mut self) -> CH6PULSE_W<'_>
pub fn ch6pulse(&mut self) -> CH6PULSE_W<'_>
Bit 6 - Channel 6 Pulse Generation
Sourcepub fn ch7pulse(&mut self) -> CH7PULSE_W<'_>
pub fn ch7pulse(&mut self) -> CH7PULSE_W<'_>
Bit 7 - Channel 7 Pulse Generation
Methods from Deref<Target = W<SWPULSE_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