AvfR

Type Alias AvfR 

pub type AvfR = BitReader<Avf>;
Expand description

Field AVF reader - Address Valid Flag

Aliased Type§

pub struct AvfR { /* private fields */ }

Implementations§

§

impl AvfR

pub const fn variant(&self) -> Avf

Get enumerated values variant

pub fn is_0(&self) -> bool

Address Status Register is not valid.

pub fn is_1(&self) -> bool

Address Status Register is valid.