Buf5iR

Type Alias Buf5iR 

pub type Buf5iR = BitReader<Buf5i>;
Expand description

Field BUF5I reader - Buffer MB5 Interrupt Or “Frames available in Rx FIFO”

Aliased Type§

pub struct Buf5iR { /* private fields */ }

Implementations§

§

impl Buf5iR

pub const fn variant(&self) -> Buf5i

Get enumerated values variant

pub fn is_0(&self) -> bool

No occurrence of MB5 completing transmission/reception when MCR[RFEN]=0, or of frame(s) available in the FIFO, when MCR[RFEN]=1

pub fn is_1(&self) -> bool

MB5 completed transmission/reception when MCR[RFEN]=0, or frame(s) available in the Rx FIFO when MCR[RFEN]=1. It generates a DMA request in case of MCR[RFEN] and MCR[DMA] are enabled.