Struct atsamd21e18a::evsys::intflag::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 Overrun

Bit 1 - Channel 1 Overrun

Bit 2 - Channel 2 Overrun

Bit 3 - Channel 3 Overrun

Bit 4 - Channel 4 Overrun

Bit 5 - Channel 5 Overrun

Bit 6 - Channel 6 Overrun

Bit 7 - Channel 7 Overrun

Bit 8 - Channel 0 Event Detection

Bit 9 - Channel 1 Event Detection

Bit 10 - Channel 2 Event Detection

Bit 11 - Channel 3 Event Detection

Bit 12 - Channel 4 Event Detection

Bit 13 - Channel 5 Event Detection

Bit 14 - Channel 6 Event Detection

Bit 15 - Channel 7 Event Detection

Bit 16 - Channel 8 Overrun

Bit 17 - Channel 9 Overrun

Bit 18 - Channel 10 Overrun

Bit 19 - Channel 11 Overrun

Bit 24 - Channel 8 Event Detection

Bit 25 - Channel 9 Event Detection

Bit 26 - Channel 10 Event Detection

Bit 27 - Channel 11 Event Detection

Auto Trait Implementations

impl Send for R

impl Sync for R