EncacheW

Type Alias EncacheW 

pub type EncacheW<'a, REG> = BitWriter<'a, REG, Encache>;
Expand description

Field ENCACHE writer - Cache enable

Aliased Type§

pub struct EncacheW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> EncacheW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Cache disabled

pub fn _1(self) -> &'a mut W<REG>

Cache enabled