Buf5iW

Type Alias Buf5iW 

pub type Buf5iW<'a, REG> = BitWriter<'a, REG, Buf5i>;
Expand description

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

Aliased Type§

pub struct Buf5iW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> Buf5iW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

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 _1(self) -> &'a mut W<REG>

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.