EncacheR

Type Alias EncacheR 

pub type EncacheR = BitReader<Encache>;
Expand description

Field ENCACHE reader - Cache enable

Aliased Type§

pub struct EncacheR { /* private fields */ }

Implementations§

§

impl EncacheR

pub const fn variant(&self) -> Encache

Get enumerated values variant

pub fn is_0(&self) -> bool

Cache disabled

pub fn is_1(&self) -> bool

Cache enabled