pub type ParienR = BitReader<Parien>;
Expand description

Field PARIEN reader - Parity Error Interrupt Enable

Aliased Type§

struct ParienR { /* private fields */ }

Implementations§

source§

impl ParienR

source

pub const fn variant(&self) -> Parien

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

A protocol interrupt is not generated with the detection of a parity error.

source

pub fn is_value2(&self) -> bool

A protocol interrupt is generated with the detection of a parity error.