Struct atsamd21e18a::dmac::intstatus::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - Channel 0 Pending Interrupt

Bit 1 - Channel 1 Pending Interrupt

Bit 2 - Channel 2 Pending Interrupt

Bit 3 - Channel 3 Pending Interrupt

Bit 4 - Channel 4 Pending Interrupt

Bit 5 - Channel 5 Pending Interrupt

Bit 6 - Channel 6 Pending Interrupt

Bit 7 - Channel 7 Pending Interrupt

Bit 8 - Channel 8 Pending Interrupt

Bit 9 - Channel 9 Pending Interrupt

Bit 10 - Channel 10 Pending Interrupt

Bit 11 - Channel 11 Pending Interrupt

Auto Trait Implementations

impl Send for R

impl Sync for R