Type Alias xmc4800::can_node0::necnt::LetdR

source ·
pub type LetdR = BitReader<Letd>;
Expand description

Field LETD reader - Last Error Transfer Direction

Aliased Type§

struct LetdR { /* private fields */ }

Implementations§

source§

impl LetdR

source

pub const fn variant(&self) -> Letd

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The last error occurred while the CAN node x was receiver (REC has been incremented).

source

pub fn is_value2(&self) -> bool

The last error occurred while the CAN node x was transmitter (TEC has been incremented).