NoisyR

Type Alias NoisyR 

pub type NoisyR = BitReader<Noisy>;
Expand description

Field NOISY reader - NOISY

Aliased Type§

pub struct NoisyR { /* private fields */ }

Implementations§

§

impl NoisyR

pub const fn variant(&self) -> Noisy

Get enumerated values variant

pub fn is_0(&self) -> bool

The dataword was received without noise.

pub fn is_1(&self) -> bool

The data was received with noise.