pub type PcrienR = BitReader<Pcrien>;
Expand description

Field PCRIEN reader - Stop Condition Received Interrupt Enable

Aliased Type§

struct PcrienR { /* private fields */ }

Implementations§

source§

impl PcrienR

source

pub const fn variant(&self) -> Pcrien

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The stop condition interrupt is disabled.

source

pub fn is_value2(&self) -> bool

The stop condition interrupt is enabled.