GoW

Type Alias GoW 

pub type GoW<'a, REG> = BitWriter<'a, REG, Go>;
Expand description

Field GO writer - Initiate Cache Command

Aliased Type§

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

Implementations§

§

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

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

Write: no effect. Read: no cache command active.

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

Write: initiate command indicated by bits 27-24. Read: cache command active.