pub type ArlienW<'a, REG> = BitWriter<'a, REG, Arlien>;
Expand description

Field ARLIEN writer - Arbitration Lost Interrupt Enable

Aliased Type§

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

Implementations§

source§

impl<'a, REG> ArlienW<'a, REG>
where REG: Writable + RegisterSpec,

source

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

The arbitration lost interrupt is disabled.

source

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

The arbitration lost interrupt is enabled.