pub struct W(/* private fields */);
Expand description
Register ASYNC_SWPULSE
writer
Implementations§
Source§impl W
impl W
Sourcepub fn ch0pulse(&mut self) -> CH0PULSE_W<'_, 0>
pub fn ch0pulse(&mut self) -> CH0PULSE_W<'_, 0>
Bit 0 - Channel pulse
Sourcepub fn ch1pulse(&mut self) -> CH1PULSE_W<'_, 1>
pub fn ch1pulse(&mut self) -> CH1PULSE_W<'_, 1>
Bit 1 - Channel pulse
Sourcepub fn ch2pulse(&mut self) -> CH2PULSE_W<'_, 2>
pub fn ch2pulse(&mut self) -> CH2PULSE_W<'_, 2>
Bit 2 - Channel pulse
Sourcepub fn ch3pulse(&mut self) -> CH3PULSE_W<'_, 3>
pub fn ch3pulse(&mut self) -> CH3PULSE_W<'_, 3>
Bit 3 - Channel pulse
Sourcepub fn ch4pulse(&mut self) -> CH4PULSE_W<'_, 4>
pub fn ch4pulse(&mut self) -> CH4PULSE_W<'_, 4>
Bit 4 - Channel pulse
Sourcepub fn ch5pulse(&mut self) -> CH5PULSE_W<'_, 5>
pub fn ch5pulse(&mut self) -> CH5PULSE_W<'_, 5>
Bit 5 - Channel pulse
Sourcepub fn ch6pulse(&mut self) -> CH6PULSE_W<'_, 6>
pub fn ch6pulse(&mut self) -> CH6PULSE_W<'_, 6>
Bit 6 - Channel pulse
Sourcepub fn ch7pulse(&mut self) -> CH7PULSE_W<'_, 7>
pub fn ch7pulse(&mut self) -> CH7PULSE_W<'_, 7>
Bit 7 - Channel pulse
Sourcepub fn ch8pulse(&mut self) -> CH8PULSE_W<'_, 8>
pub fn ch8pulse(&mut self) -> CH8PULSE_W<'_, 8>
Bit 8 - Channel pulse
Sourcepub fn ch9pulse(&mut self) -> CH9PULSE_W<'_, 9>
pub fn ch9pulse(&mut self) -> CH9PULSE_W<'_, 9>
Bit 9 - Channel pulse
Sourcepub fn ch10pulse(&mut self) -> CH10PULSE_W<'_, 10>
pub fn ch10pulse(&mut self) -> CH10PULSE_W<'_, 10>
Bit 10 - Channel pulse
Sourcepub fn ch11pulse(&mut self) -> CH11PULSE_W<'_, 11>
pub fn ch11pulse(&mut self) -> CH11PULSE_W<'_, 11>
Bit 11 - Channel pulse
Methods from Deref<Target = W<ASYNC_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