Am0ieR

Type Alias Am0ieR 

pub type Am0ieR = BitReader<Am0ie>;
Expand description

Field AM0IE reader - Address Match 0 Interrupt Enable

Aliased Type§

pub struct Am0ieR { /* private fields */ }

Implementations§

§

impl Am0ieR

pub const fn variant(&self) -> Am0ie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt enabled.

pub fn is_1(&self) -> bool

Interrupt disabled.