pub struct W(_);
Expand description
Register SR
writer
Implementations
sourceimpl W
impl W
sourcepub fn strt(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, STRT_A, BitM, 4>
pub fn strt(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, STRT_A, BitM, 4>
Bit 4 - Regular channel start flag
sourcepub fn jstrt(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, JSTRT_A, BitM, 3>
pub fn jstrt(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, JSTRT_A, BitM, 3>
Bit 3 - Injected channel start flag
sourcepub fn jeoc(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, JEOC_A, BitM, 2>
pub fn jeoc(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, JEOC_A, BitM, 2>
Bit 2 - Injected channel end of conversion
sourcepub fn eoc(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, EOC_A, BitM, 1>
pub fn eoc(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, EOC_A, BitM, 1>
Bit 1 - Regular channel end of conversion
Methods from Deref<Target = W<SR_SPEC>>
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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