LbufR

Type Alias LbufR 

pub type LbufR = BitReader<Lbuf>;
Expand description

Field LBUF reader - Lowest Buffer Transmitted First

Aliased Type§

pub struct LbufR { /* private fields */ }

Implementations§

§

impl LbufR

pub const fn variant(&self) -> Lbuf

Get enumerated values variant

pub fn is_0(&self) -> bool

Buffer with highest priority is transmitted first.

pub fn is_1(&self) -> bool

Lowest number buffer is transmitted first.