pub struct R(_);
Expand description
Register CR2
reader
Implementations
sourceimpl R
impl R
sourcepub fn exten(&self) -> FieldReaderRaw<u8, EXTEN_A>
pub fn exten(&self) -> FieldReaderRaw<u8, EXTEN_A>
Bits 28:29 - External trigger enable for regular channels
sourcepub fn extsel(&self) -> FieldReaderRaw<u8, EXTSEL_A>
pub fn extsel(&self) -> FieldReaderRaw<u8, EXTSEL_A>
Bits 24:27 - External event select for regular group
sourcepub fn jswstart(&self) -> BitReaderRaw<JSWSTART_A>
pub fn jswstart(&self) -> BitReaderRaw<JSWSTART_A>
Bit 22 - Start conversion of injected channels
sourcepub fn jexten(&self) -> FieldReaderRaw<u8, JEXTEN_A>
pub fn jexten(&self) -> FieldReaderRaw<u8, JEXTEN_A>
Bits 20:21 - External trigger enable for injected channels
sourcepub fn jextsel(&self) -> FieldReaderRaw<u8, JEXTSEL_A>
pub fn jextsel(&self) -> FieldReaderRaw<u8, JEXTSEL_A>
Bits 16:19 - External event select for injected group
Methods from Deref<Target = R<CR2_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from 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