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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 0:3 - Level 0 Channel Priority Number

Bit 7 - Level 0 Round-Robin Scheduling Enable

Bits 8:11 - Level 1 Channel Priority Number

Bit 15 - Level 1 Round-Robin Scheduling Enable

Bits 16:19 - Level 2 Channel Priority Number

Bit 23 - Level 2 Round-Robin Scheduling Enable

Bits 24:27 - Level 3 Channel Priority Number

Bit 31 - Level 3 Round-Robin Scheduling Enable

Auto Trait Implementations

impl Send for R

impl Sync for R