LbufW

Type Alias LbufW 

pub type LbufW<'a, REG> = BitWriter<'a, REG, Lbuf>;
Expand description

Field LBUF writer - Lowest Buffer Transmitted First

Aliased Type§

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

Implementations§

§

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

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

Buffer with highest priority is transmitted first.

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

Lowest number buffer is transmitted first.