PfR

Type Alias PfR 

pub type PfR = BitReader<Pf>;
Expand description

Field PF reader - Parity Error Flag

Aliased Type§

pub struct PfR { /* private fields */ }

Implementations§

§

impl PfR

pub const fn variant(&self) -> Pf

Get enumerated values variant

pub fn is_0(&self) -> bool

No parity error.

pub fn is_1(&self) -> bool

Parity error.