Struct cortex_m::peripheral::cbp::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub iciallu: WO<u32>,
pub icimvau: WO<u32>,
pub dcimvac: WO<u32>,
pub dcisw: WO<u32>,
pub dccmvau: WO<u32>,
pub dccmvac: WO<u32>,
pub dccsw: WO<u32>,
pub dccimvac: WO<u32>,
pub dccisw: WO<u32>,
pub bpiall: WO<u32>,
/* private fields */
}
Expand description
Register block
Fields§
§iciallu: WO<u32>
I-cache invalidate all to PoU
icimvau: WO<u32>
I-cache invalidate by MVA to PoU
dcimvac: WO<u32>
D-cache invalidate by MVA to PoC
dcisw: WO<u32>
D-cache invalidate by set-way
dccmvau: WO<u32>
D-cache clean by MVA to PoU
dccmvac: WO<u32>
D-cache clean by MVA to PoC
dccsw: WO<u32>
D-cache clean by set-way
dccimvac: WO<u32>
D-cache clean and invalidate by MVA to PoC
dccisw: WO<u32>
D-cache clean and invalidate by set-way
bpiall: WO<u32>
Branch predictor invalidate all
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more