Struct cortex_m::peripheral::CBP
source · pub struct CBP { /* private fields */ }
Expand description
Cache and branch predictor maintenance operations
Implementations§
source§impl CBP
impl CBP
sourcepub unsafe fn dcisw(&mut self, set: u16, way: u16)
pub unsafe fn dcisw(&mut self, set: u16, way: u16)
D-cache invalidate by set-way
set
is masked to be between 0 and 3, and way
between 0 and 511.
sourcepub fn dccsw(&mut self, set: u16, way: u16)
pub fn dccsw(&mut self, set: u16, way: u16)
D-cache clean by set-way
set
is masked to be between 0 and 3, and way
between 0 and 511.