Type Alias xmc4800::ebu::modcon::ArbmodeW

source ·
pub type ArbmodeW<'a, REG> = FieldWriterSafe<'a, REG, 2, Arbmode>;
Expand description

Field ARBMODE writer - Arbitration Mode Selection

Aliased Type§

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

Implementations§

source§

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

source

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

No Bus arbitration mode selected

source

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

Arbiter Mode arbitration mode selected

source

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

Participant arbitration mode selected

source

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

Sole Master arbitration mode selected