pub type NackienR = BitReader<Nackien>;
Expand description

Field NACKIEN reader - Non-Acknowledge Interrupt Enable

Aliased Type§

struct NackienR { /* private fields */ }

Implementations§

source§

impl NackienR

source

pub const fn variant(&self) -> Nackien

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The non-acknowledge interrupt is disabled.

source

pub fn is_value2(&self) -> bool

The non-acknowledge interrupt is enabled.