R

Struct R 

Source
pub struct R(/* private fields */);
Expand description

Register ISR reader

Implementations§

Source§

impl R

Source

pub fn gif0(&self) -> GIF0_R

Bit 0 - Channel global interrupt flag

Source

pub fn tcif1(&self) -> TCIF1_R

Bit 1 - Channel 1 transfer complete flag

Source

pub fn htif2(&self) -> HTIF2_R

Bit 2 - Channel 2 half transfer flag

Source

pub fn teif3(&self) -> TEIF3_R

Bit 3 - Channel 3 transfer error flag

Source

pub fn gif4(&self) -> GIF4_R

Bit 4 - Channel 4 global interrupt flag

Source

pub fn tcif5(&self) -> TCIF5_R

Bit 5 - Channel 5 transfer complete flag

Source

pub fn htif6(&self) -> HTIF6_R

Bit 6 - Channel 6 half transfer flag

Source

pub fn teif7(&self) -> TEIF7_R

Bit 7 - Channel 7 transfer error flag

Source

pub fn gif8(&self) -> GIF8_R

Bit 8 - Channel global interrupt flag

Source

pub fn tcif9(&self) -> TCIF9_R

Bit 9 - Channel transfer complete flag

Source

pub fn htif10(&self) -> HTIF10_R

Bit 10 - Channel half transfer flag

Source

pub fn teif11(&self) -> TEIF11_R

Bit 11 - Channel transfer error flag

Source

pub fn gif12(&self) -> GIF12_R

Bit 12 - Channel global interrupt flag

Source

pub fn tcif13(&self) -> TCIF13_R

Bit 13 - Channel transfer complete flag

Source

pub fn htif14(&self) -> HTIF14_R

Bit 14 - Channel half transfer flag

Source

pub fn teif15(&self) -> TEIF15_R

Bit 15 - Channel transfer error flag

Source

pub fn gif16(&self) -> GIF16_R

Bit 16 - Channel global interrupt flag

Source

pub fn tcif17(&self) -> TCIF17_R

Bit 17 - Channel transfer complete flag

Source

pub fn htif18(&self) -> HTIF18_R

Bit 18 - Channel half transfer flag

Source

pub fn teif19(&self) -> TEIF19_R

Bit 19 - Channel transfer error flag

Source

pub fn gif20(&self) -> GIF20_R

Bit 20 - Channel global interrupt flag

Source

pub fn tcif21(&self) -> TCIF21_R

Bit 21 - Channel transfer complete flag

Source

pub fn htif22(&self) -> HTIF22_R

Bit 22 - Channel half transfer flag

Source

pub fn teif23(&self) -> TEIF23_R

Bit 23 - Channel transfer error flag

Source

pub fn gif24(&self) -> GIF24_R

Bit 24 - Channel global interrupt flag

Source

pub fn tcif25(&self) -> TCIF25_R

Bit 25 - Channel transfer complete flag

Source

pub fn htif26(&self) -> HTIF26_R

Bit 26 - Channel half transfer flag

Source

pub fn teif27(&self) -> TEIF27_R

Bit 27 - Channel transfer error flag

Methods from Deref<Target = R<ISR_SPEC>>§

Source

pub fn bits(&self) -> <REG as RegisterSpec>::Ux

Reads raw bits from register.

Trait Implementations§

Source§

impl Deref for R

Source§

type Target = R<ISR_SPEC>

The resulting type after dereferencing.
Source§

fn deref(&self) -> &<R as Deref>::Target

Dereferences the value.
Source§

impl From<R<ISR_SPEC>> for R

Source§

fn from(reader: R<ISR_SPEC>) -> R

Converts to this type from the input type.

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.