Struct stm32f103xx::CBP [−][src]
pub struct CBP { /* fields omitted */ }Cache and branch predictor maintenance operations
Methods
impl CBP[src]
impl CBPpub 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 CBPpub fn ptr() -> *const RegisterBlock[src]
pub fn ptr() -> *const RegisterBlockReturns a pointer to the register block
Trait Implementations
impl Deref for CBP[src]
impl Deref for CBPtype Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<CBP as Deref>::Target[src]
fn deref(&self) -> &<CBP as Deref>::TargetDereferences the value.
impl Send for CBP[src]
impl Send for CBP