Struct stm32f103xx::CBP [−][src]
Cache and branch predictor maintenance operations
Methods
impl CBP
[src]
[−]
impl CBP
pub fn iciallu(&mut self)
[src]
[−]
pub fn iciallu(&mut self)
I-cache invalidate all to PoU
pub fn icimvau(&mut self, mva: u32)
[src]
[−]
pub fn icimvau(&mut self, mva: u32)
I-cache invalidate by MVA to PoU
pub fn dcimvac(&mut self, mva: u32)
[src]
[−]
pub fn dcimvac(&mut self, mva: u32)
D-cache invalidate by MVA to PoC
pub fn dcisw(&mut self, set: u16, way: u16)
[src]
[−]
pub 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.
pub fn dccmvau(&mut self, mva: u32)
[src]
[−]
pub fn dccmvau(&mut self, mva: u32)
D-cache clean by MVA to PoU
pub fn dccmvac(&mut self, mva: u32)
[src]
[−]
pub fn dccmvac(&mut self, mva: u32)
D-cache clean by MVA to PoC
pub fn dccsw(&mut self, set: u16, way: u16)
[src]
[−]
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.
pub fn dccimvac(&mut self, mva: u32)
[src]
[−]
pub fn dccimvac(&mut self, mva: u32)
D-cache clean and invalidate by MVA to PoC
pub fn dccisw(&mut self, set: u16, way: u16)
[src]
[−]
pub fn dccisw(&mut self, set: u16, way: u16)
D-cache clean and invalidate by set-way
set
is masked to be between 0 and 3, and way
between 0 and 511.
pub fn bpiall(&mut self)
[src]
[−]
pub fn bpiall(&mut self)
Branch predictor invalidate all
impl CBP
[src]
[−]
impl CBP
pub fn ptr() -> *const RegisterBlock
[src]
[−]
pub fn ptr() -> *const RegisterBlock
Returns a pointer to the register block