Type Alias xmc4800::can_node0::nsr::BoffR

source ·
pub type BoffR = BitReader<Boff>;
Expand description

Field BOFF reader - Bus-off Status

Aliased Type§

struct BoffR { /* private fields */ }

Implementations§

source§

impl BoffR

source

pub const fn variant(&self) -> Boff

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

CAN controller is not in the bus-off state.

source

pub fn is_value2(&self) -> bool

CAN controller is in the bus-off state.