pub struct W(_);
Expand description
Register SWTRIGCTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn swtrig10(&mut self) -> SWTRIG10_W<'_>
pub fn swtrig10(&mut self) -> SWTRIG10_W<'_>
Bit 10 - Channel 10 Software Trigger
sourcepub fn swtrig11(&mut self) -> SWTRIG11_W<'_>
pub fn swtrig11(&mut self) -> SWTRIG11_W<'_>
Bit 11 - Channel 11 Software Trigger
Methods from Deref<Target = W<SWTRIGCTRL_SPEC>>
Trait Implementations
sourceimpl From<W<SWTRIGCTRL_SPEC>> for W
impl From<W<SWTRIGCTRL_SPEC>> for W
sourcefn from(writer: W<SWTRIGCTRL_SPEC>) -> Self
fn from(writer: W<SWTRIGCTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more