pub type ErrienR = BitReader<Errien>;
Expand description

Field ERRIEN reader - Error Interrupt Enable

Aliased Type§

struct ErrienR { /* private fields */ }

Implementations§

source§

impl ErrienR

source

pub const fn variant(&self) -> Errien

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The error interrupt is disabled.

source

pub fn is_value2(&self) -> bool

The error interrupt is enabled.