pub struct R(_);
Expand description
Register RTSR
reader
Implementations
sourceimpl 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
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