atsamd21j::dmac::qosctrl

Type Alias DqosW

Source
pub type DqosW<'a, REG> = FieldWriter<'a, REG, 2, Dqosselect, Safe>;
Expand description

Field DQOS writer - Data Transfer Quality of Service

Aliased Type§

struct DqosW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> DqosW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn disable(self) -> &'a mut W<REG>

Background (no sensitive operation)

Source

pub fn low(self) -> &'a mut W<REG>

Sensitive Bandwidth

Source

pub fn medium(self) -> &'a mut W<REG>

Sensitive Latency

Source

pub fn high(self) -> &'a mut W<REG>

Critical Latency