Am1fR

Type Alias Am1fR 

pub type Am1fR = BitReader<Am1f>;
Expand description

Field AM1F reader - Address Match 1 Interrupt Enable

Aliased Type§

pub struct Am1fR { /* private fields */ }

Implementations§

§

impl Am1fR

pub const fn variant(&self) -> Am1f

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.