[][src]Struct atsamd51j19a::dmac::pendch::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn pendch0(&self) -> PENDCH0R[src]

Bit 0 - Pending Channel 0

pub fn pendch1(&self) -> PENDCH1R[src]

Bit 1 - Pending Channel 1

pub fn pendch2(&self) -> PENDCH2R[src]

Bit 2 - Pending Channel 2

pub fn pendch3(&self) -> PENDCH3R[src]

Bit 3 - Pending Channel 3

pub fn pendch4(&self) -> PENDCH4R[src]

Bit 4 - Pending Channel 4

pub fn pendch5(&self) -> PENDCH5R[src]

Bit 5 - Pending Channel 5

pub fn pendch6(&self) -> PENDCH6R[src]

Bit 6 - Pending Channel 6

pub fn pendch7(&self) -> PENDCH7R[src]

Bit 7 - Pending Channel 7

pub fn pendch8(&self) -> PENDCH8R[src]

Bit 8 - Pending Channel 8

pub fn pendch9(&self) -> PENDCH9R[src]

Bit 9 - Pending Channel 9

pub fn pendch10(&self) -> PENDCH10R[src]

Bit 10 - Pending Channel 10

pub fn pendch11(&self) -> PENDCH11R[src]

Bit 11 - Pending Channel 11

pub fn pendch12(&self) -> PENDCH12R[src]

Bit 12 - Pending Channel 12

pub fn pendch13(&self) -> PENDCH13R[src]

Bit 13 - Pending Channel 13

pub fn pendch14(&self) -> PENDCH14R[src]

Bit 14 - Pending Channel 14

pub fn pendch15(&self) -> PENDCH15R[src]

Bit 15 - Pending Channel 15

pub fn pendch16(&self) -> PENDCH16R[src]

Bit 16 - Pending Channel 16

pub fn pendch17(&self) -> PENDCH17R[src]

Bit 17 - Pending Channel 17

pub fn pendch18(&self) -> PENDCH18R[src]

Bit 18 - Pending Channel 18

pub fn pendch19(&self) -> PENDCH19R[src]

Bit 19 - Pending Channel 19

pub fn pendch20(&self) -> PENDCH20R[src]

Bit 20 - Pending Channel 20

pub fn pendch21(&self) -> PENDCH21R[src]

Bit 21 - Pending Channel 21

pub fn pendch22(&self) -> PENDCH22R[src]

Bit 22 - Pending Channel 22

pub fn pendch23(&self) -> PENDCH23R[src]

Bit 23 - Pending Channel 23

pub fn pendch24(&self) -> PENDCH24R[src]

Bit 24 - Pending Channel 24

pub fn pendch25(&self) -> PENDCH25R[src]

Bit 25 - Pending Channel 25

pub fn pendch26(&self) -> PENDCH26R[src]

Bit 26 - Pending Channel 26

pub fn pendch27(&self) -> PENDCH27R[src]

Bit 27 - Pending Channel 27

pub fn pendch28(&self) -> PENDCH28R[src]

Bit 28 - Pending Channel 28

pub fn pendch29(&self) -> PENDCH29R[src]

Bit 29 - Pending Channel 29

pub fn pendch30(&self) -> PENDCH30R[src]

Bit 30 - Pending Channel 30

pub fn pendch31(&self) -> PENDCH31R[src]

Bit 31 - Pending Channel 31

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]