Type Alias Qos2W

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

Field QOS2 writer - Level 2 Quality of Service

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> Qos2W<'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