Type Alias Qos1W

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

Field QOS1 writer - Level 1 Quality of Service

Aliased Type§

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

Implementations§

Source§

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

Source

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

Regular delivery

Source

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

Bandwidth shortage

Source

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

Latency sensitive

Source

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

Latency critical