pub struct R(/* private fields */);
Expand description
Register RTSR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn tr10(&self) -> BitReaderRaw<TR0_A>
pub fn tr10(&self) -> BitReaderRaw<TR0_A>
Bit 10 - Rising trigger event configuration of line 10
Sourcepub fn tr11(&self) -> BitReaderRaw<TR0_A>
pub fn tr11(&self) -> BitReaderRaw<TR0_A>
Bit 11 - Rising trigger event configuration of line 11
Sourcepub fn tr12(&self) -> BitReaderRaw<TR0_A>
pub fn tr12(&self) -> BitReaderRaw<TR0_A>
Bit 12 - Rising trigger event configuration of line 12
Sourcepub fn tr13(&self) -> BitReaderRaw<TR0_A>
pub fn tr13(&self) -> BitReaderRaw<TR0_A>
Bit 13 - Rising trigger event configuration of line 13
Sourcepub fn tr14(&self) -> BitReaderRaw<TR0_A>
pub fn tr14(&self) -> BitReaderRaw<TR0_A>
Bit 14 - Rising trigger event configuration of line 14
Sourcepub fn tr15(&self) -> BitReaderRaw<TR0_A>
pub fn tr15(&self) -> BitReaderRaw<TR0_A>
Bit 15 - Rising trigger event configuration of line 15
Sourcepub fn tr16(&self) -> BitReaderRaw<TR0_A>
pub fn tr16(&self) -> BitReaderRaw<TR0_A>
Bit 16 - Rising trigger event configuration of line 16
Sourcepub fn tr17(&self) -> BitReaderRaw<TR0_A>
pub fn tr17(&self) -> BitReaderRaw<TR0_A>
Bit 17 - Rising trigger event configuration of line 17
Sourcepub fn tr18(&self) -> BitReaderRaw<TR0_A>
pub fn tr18(&self) -> BitReaderRaw<TR0_A>
Bit 18 - Rising trigger event configuration of line 18
Sourcepub fn tr19(&self) -> BitReaderRaw<TR0_A>
pub fn tr19(&self) -> BitReaderRaw<TR0_A>
Bit 19 - Rising trigger event configuration of line 19
Sourcepub fn tr20(&self) -> BitReaderRaw<TR0_A>
pub fn tr20(&self) -> BitReaderRaw<TR0_A>
Bit 20 - Rising trigger event configuration of line 20
Methods from Deref<Target = R<RTSR_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