VR

Type Alias VR 

pub type VR = BitReader<V>;
Expand description

Field V reader - Local Memory Valid

Aliased Type§

pub struct VR { /* private fields */ }

Implementations§

§

impl VR

pub const fn variant(&self) -> V

Get enumerated values variant

pub fn is_0(&self) -> bool

LMEMn is not present.

pub fn is_1(&self) -> bool

LMEMn is present.