Struct atsame70n21b::xdmac::grs::R

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

Register GRS reader

Implementations§

source§

impl R

source

pub fn rs0(&self) -> RS0_R

Bit 0 - XDMAC Channel 0 Read Suspend Bit

source

pub fn rs1(&self) -> RS1_R

Bit 1 - XDMAC Channel 1 Read Suspend Bit

source

pub fn rs2(&self) -> RS2_R

Bit 2 - XDMAC Channel 2 Read Suspend Bit

source

pub fn rs3(&self) -> RS3_R

Bit 3 - XDMAC Channel 3 Read Suspend Bit

source

pub fn rs4(&self) -> RS4_R

Bit 4 - XDMAC Channel 4 Read Suspend Bit

source

pub fn rs5(&self) -> RS5_R

Bit 5 - XDMAC Channel 5 Read Suspend Bit

source

pub fn rs6(&self) -> RS6_R

Bit 6 - XDMAC Channel 6 Read Suspend Bit

source

pub fn rs7(&self) -> RS7_R

Bit 7 - XDMAC Channel 7 Read Suspend Bit

source

pub fn rs8(&self) -> RS8_R

Bit 8 - XDMAC Channel 8 Read Suspend Bit

source

pub fn rs9(&self) -> RS9_R

Bit 9 - XDMAC Channel 9 Read Suspend Bit

source

pub fn rs10(&self) -> RS10_R

Bit 10 - XDMAC Channel 10 Read Suspend Bit

source

pub fn rs11(&self) -> RS11_R

Bit 11 - XDMAC Channel 11 Read Suspend Bit

source

pub fn rs12(&self) -> RS12_R

Bit 12 - XDMAC Channel 12 Read Suspend Bit

source

pub fn rs13(&self) -> RS13_R

Bit 13 - XDMAC Channel 13 Read Suspend Bit

source

pub fn rs14(&self) -> RS14_R

Bit 14 - XDMAC Channel 14 Read Suspend Bit

source

pub fn rs15(&self) -> RS15_R

Bit 15 - XDMAC Channel 15 Read Suspend Bit

source

pub fn rs16(&self) -> RS16_R

Bit 16 - XDMAC Channel 16 Read Suspend Bit

source

pub fn rs17(&self) -> RS17_R

Bit 17 - XDMAC Channel 17 Read Suspend Bit

source

pub fn rs18(&self) -> RS18_R

Bit 18 - XDMAC Channel 18 Read Suspend Bit

source

pub fn rs19(&self) -> RS19_R

Bit 19 - XDMAC Channel 19 Read Suspend Bit

source

pub fn rs20(&self) -> RS20_R

Bit 20 - XDMAC Channel 20 Read Suspend Bit

source

pub fn rs21(&self) -> RS21_R

Bit 21 - XDMAC Channel 21 Read Suspend Bit

source

pub fn rs22(&self) -> RS22_R

Bit 22 - XDMAC Channel 22 Read Suspend Bit

source

pub fn rs23(&self) -> RS23_R

Bit 23 - XDMAC Channel 23 Read Suspend Bit

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<GRS_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<GRS_SPEC>> for R

source§

fn from(original: R<GRS_SPEC>) -> R

Converts to this type from the input type.

Auto Trait Implementations§

§

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<T, U> TryFrom<U> for T
where U: Into<T>,

§

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>,

§

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.