Struct atsame70n21b::xdmac::gim::R

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

Register GIM reader

Implementations§

source§

impl R

source

pub fn im0(&self) -> IM0_R

Bit 0 - XDMAC Channel 0 Interrupt Mask Bit

source

pub fn im1(&self) -> IM1_R

Bit 1 - XDMAC Channel 1 Interrupt Mask Bit

source

pub fn im2(&self) -> IM2_R

Bit 2 - XDMAC Channel 2 Interrupt Mask Bit

source

pub fn im3(&self) -> IM3_R

Bit 3 - XDMAC Channel 3 Interrupt Mask Bit

source

pub fn im4(&self) -> IM4_R

Bit 4 - XDMAC Channel 4 Interrupt Mask Bit

source

pub fn im5(&self) -> IM5_R

Bit 5 - XDMAC Channel 5 Interrupt Mask Bit

source

pub fn im6(&self) -> IM6_R

Bit 6 - XDMAC Channel 6 Interrupt Mask Bit

source

pub fn im7(&self) -> IM7_R

Bit 7 - XDMAC Channel 7 Interrupt Mask Bit

source

pub fn im8(&self) -> IM8_R

Bit 8 - XDMAC Channel 8 Interrupt Mask Bit

source

pub fn im9(&self) -> IM9_R

Bit 9 - XDMAC Channel 9 Interrupt Mask Bit

source

pub fn im10(&self) -> IM10_R

Bit 10 - XDMAC Channel 10 Interrupt Mask Bit

source

pub fn im11(&self) -> IM11_R

Bit 11 - XDMAC Channel 11 Interrupt Mask Bit

source

pub fn im12(&self) -> IM12_R

Bit 12 - XDMAC Channel 12 Interrupt Mask Bit

source

pub fn im13(&self) -> IM13_R

Bit 13 - XDMAC Channel 13 Interrupt Mask Bit

source

pub fn im14(&self) -> IM14_R

Bit 14 - XDMAC Channel 14 Interrupt Mask Bit

source

pub fn im15(&self) -> IM15_R

Bit 15 - XDMAC Channel 15 Interrupt Mask Bit

source

pub fn im16(&self) -> IM16_R

Bit 16 - XDMAC Channel 16 Interrupt Mask Bit

source

pub fn im17(&self) -> IM17_R

Bit 17 - XDMAC Channel 17 Interrupt Mask Bit

source

pub fn im18(&self) -> IM18_R

Bit 18 - XDMAC Channel 18 Interrupt Mask Bit

source

pub fn im19(&self) -> IM19_R

Bit 19 - XDMAC Channel 19 Interrupt Mask Bit

source

pub fn im20(&self) -> IM20_R

Bit 20 - XDMAC Channel 20 Interrupt Mask Bit

source

pub fn im21(&self) -> IM21_R

Bit 21 - XDMAC Channel 21 Interrupt Mask Bit

source

pub fn im22(&self) -> IM22_R

Bit 22 - XDMAC Channel 22 Interrupt Mask Bit

source

pub fn im23(&self) -> IM23_R

Bit 23 - XDMAC Channel 23 Interrupt Mask Bit

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<GIM_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<GIM_SPEC>> for R

source§

fn from(original: R<GIM_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.