pub struct W(_);
Expand description
Register CR2
writer
Implementations
sourceimpl W
impl W
sourcepub fn exten(&mut self) -> EXTEN_W<'_, 28>
pub fn exten(&mut self) -> EXTEN_W<'_, 28>
Bits 28:29 - External trigger enable for regular channels
sourcepub fn extsel(&mut self) -> EXTSEL_W<'_, 24>
pub fn extsel(&mut self) -> EXTSEL_W<'_, 24>
Bits 24:27 - External event select for regular group
sourcepub fn jswstart(&mut self) -> JSWSTART_W<'_, 22>
pub fn jswstart(&mut self) -> JSWSTART_W<'_, 22>
Bit 22 - Start conversion of injected channels
sourcepub fn jexten(&mut self) -> JEXTEN_W<'_, 20>
pub fn jexten(&mut self) -> JEXTEN_W<'_, 20>
Bits 20:21 - External trigger enable for injected channels
Methods from Deref<Target = W<CR2_SPEC>>
Trait Implementations
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