R

Type Alias R 

pub type R = R<LmemPcccrSpec>;
Expand description

Register LMEM_PCCCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn encache(&self) -> EncacheR

Bit 0 - Cache enable

pub fn pccr2(&self) -> Pccr2R

Bit 2 - Forces all cacheable spaces to write through

pub fn pccr3(&self) -> Pccr3R

Bit 3 - Forces no allocation on cache misses (must also have PCCR2 asserted)

pub fn invw0(&self) -> Invw0R

Bit 24 - Invalidate Way 0

pub fn pushw0(&self) -> Pushw0R

Bit 25 - Push Way 0

pub fn invw1(&self) -> Invw1R

Bit 26 - Invalidate Way 1

pub fn pushw1(&self) -> Pushw1R

Bit 27 - Push Way 1

pub fn go(&self) -> GoR

Bit 31 - Initiate Cache Command