ParityeR

Type Alias ParityeR 

pub type ParityeR = BitReader<Paritye>;
Expand description

Field PARITYE reader - PARITYE

Aliased Type§

pub struct ParityeR { /* private fields */ }

Implementations§

§

impl ParityeR

pub const fn variant(&self) -> Paritye

Get enumerated values variant

pub fn is_0(&self) -> bool

The dataword was received without a parity error.

pub fn is_1(&self) -> bool

The dataword was received with a parity error.