RxR

Type Alias RxR 

pub type RxR = BitReader<Rx>;
Expand description

Field RX reader - FlexCAN In Reception

Aliased Type§

pub struct RxR { /* private fields */ }

Implementations§

§

impl RxR

pub const fn variant(&self) -> Rx

Get enumerated values variant

pub fn is_0(&self) -> bool

FlexCAN is not receiving a message.

pub fn is_1(&self) -> bool

FlexCAN is receiving a message.