LpmackR

Type Alias LpmackR 

pub type LpmackR = BitReader<Lpmack>;
Expand description

Field LPMACK reader - Low-Power Mode Acknowledge

Aliased Type§

pub struct LpmackR { /* private fields */ }

Implementations§

§

impl LpmackR

pub const fn variant(&self) -> Lpmack

Get enumerated values variant

pub fn is_0(&self) -> bool

FlexCAN is not in a low-power mode.

pub fn is_1(&self) -> bool

FlexCAN is in a low-power mode.