AvieR

Type Alias AvieR 

pub type AvieR = BitReader<Avie>;
Expand description

Field AVIE reader - Address Valid Interrupt Enable

Aliased Type§

pub struct AvieR { /* private fields */ }

Implementations§

§

impl AvieR

pub const fn variant(&self) -> Avie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.