FrzackR

Type Alias FrzackR 

pub type FrzackR = BitReader<Frzack>;
Expand description

Field FRZACK reader - Freeze Mode Acknowledge

Aliased Type§

pub struct FrzackR { /* private fields */ }

Implementations§

§

impl FrzackR

pub const fn variant(&self) -> Frzack

Get enumerated values variant

pub fn is_0(&self) -> bool

FlexCAN not in Freeze mode, prescaler running.

pub fn is_1(&self) -> bool

FlexCAN in Freeze mode, prescaler stopped.