ContR

Type Alias ContR 

pub type ContR = BitReader<Cont>;
Expand description

Field CONT reader - Continuous Transfer

Aliased Type§

pub struct ContR { /* private fields */ }

Implementations§

§

impl ContR

pub const fn variant(&self) -> Cont

Get enumerated values variant

pub fn is_0(&self) -> bool

Continuous transfer disabled.

pub fn is_1(&self) -> bool

Continuous transfer enabled.