AlfW

Type Alias AlfW 

pub type AlfW<'a, REG> = BitWriter<'a, REG, Alf>;
Expand description

Field ALF writer - Arbitration Lost Flag

Aliased Type§

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

Implementations§

§

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

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

Master has not lost arbitration.

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

Master has lost arbitration.