Am0fR

Type Alias Am0fR 

pub type Am0fR = BitReader<Am0f>;
Expand description

Field AM0F reader - Address Match 0 Flag

Aliased Type§

pub struct Am0fR { /* private fields */ }

Implementations§

§

impl Am0fR

pub const fn variant(&self) -> Am0f

Get enumerated values variant

pub fn is_0(&self) -> bool

Have not received ADDR0 matching address.

pub fn is_1(&self) -> bool

Have received ADDR0 matching address.