AlfR

Type Alias AlfR 

pub type AlfR = BitReader<Alf>;
Expand description

Field ALF reader - Arbitration Lost Flag

Aliased Type§

pub struct AlfR { /* private fields */ }

Implementations§

§

impl AlfR

pub const fn variant(&self) -> Alf

Get enumerated values variant

pub fn is_0(&self) -> bool

Master has not lost arbitration.

pub fn is_1(&self) -> bool

Master has lost arbitration.