PeR

Type Alias PeR 

pub type PeR = BitReader<Pe>;
Expand description

Field PE reader - Parity Enable

Aliased Type§

pub struct PeR { /* private fields */ }

Implementations§

§

impl PeR

pub const fn variant(&self) -> Pe

Get enumerated values variant

pub fn is_0(&self) -> bool

No hardware parity generation or checking.

pub fn is_1(&self) -> bool

Parity enabled.