#[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

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.