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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

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 W

impl Sync for W