LomR

Type Alias LomR 

pub type LomR = BitReader<Lom>;
Expand description

Field LOM reader - Listen-Only Mode

Aliased Type§

pub struct LomR { /* private fields */ }

Implementations§

§

impl LomR

pub const fn variant(&self) -> Lom

Get enumerated values variant

pub fn is_0(&self) -> bool

Listen-Only mode is deactivated.

pub fn is_1(&self) -> bool

FlexCAN module operates in Listen-Only mode.