AnvR

Type Alias AnvR 

pub type AnvR = BitReader<Anv>;
Expand description

Field ANV reader - Address Not Valid

Aliased Type§

pub struct AnvR { /* private fields */ }

Implementations§

§

impl AnvR

pub const fn variant(&self) -> Anv

Get enumerated values variant

pub fn is_0(&self) -> bool

RADDR is valid.

pub fn is_1(&self) -> bool

RADDR is not valid.