IdlineR

Type Alias IdlineR 

pub type IdlineR = BitReader<Idline>;
Expand description

Field IDLINE reader - Idle Line

Aliased Type§

pub struct IdlineR { /* private fields */ }

Implementations§

§

impl IdlineR

pub const fn variant(&self) -> Idline

Get enumerated values variant

pub fn is_0(&self) -> bool

Receiver was not idle before receiving this character.

pub fn is_1(&self) -> bool

Receiver was idle before receiving this character.