pub struct R(/* private fields */);
Expand description
Register CR2
reader
Implementations§
Source§impl 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§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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