IdleR

Type Alias IdleR 

pub type IdleR = BitReader<Idle>;
Expand description

Field IDLE reader - Idle Line Flag

Aliased Type§

pub struct IdleR { /* private fields */ }

Implementations§

§

impl IdleR

pub const fn variant(&self) -> Idle

Get enumerated values variant

pub fn is_0(&self) -> bool

No idle line detected.

pub fn is_1(&self) -> bool

Idle line was detected.