TxR

Type Alias TxR 

pub type TxR = BitReader<Tx>;
Expand description

Field TX reader - FlexCAN In Transmission

Aliased Type§

pub struct TxR { /* private fields */ }

Implementations§

§

impl TxR

pub const fn variant(&self) -> Tx

Get enumerated values variant

pub fn is_0(&self) -> bool

FlexCAN is not transmitting a message.

pub fn is_1(&self) -> bool

FlexCAN is transmitting a message.