Struct Cp0cfg2Spec
pub struct Cp0cfg2Spec;Expand description
Processor 0 Configuration Register 2
You can read this register and get cp0cfg2::R. See API.
Trait Implementations§
§impl RegisterSpec for Cp0cfg2Spec
impl RegisterSpec for Cp0cfg2Spec
§impl Resettable for Cp0cfg2Spec
reset() method sets CP0CFG2 to value 0x0801_0801
impl Resettable for Cp0cfg2Spec
reset() method sets CP0CFG2 to value 0x0801_0801
§const RESET_VALUE: u32 = 134_285_313u32
const RESET_VALUE: u32 = 134_285_313u32
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for Cp0cfg2Spec
read() method returns cp0cfg2::R reader structure
Auto Trait Implementations§
impl Freeze for Cp0cfg2Spec
impl RefUnwindSafe for Cp0cfg2Spec
impl Send for Cp0cfg2Spec
impl Sync for Cp0cfg2Spec
impl Unpin for Cp0cfg2Spec
impl UnwindSafe for Cp0cfg2Spec
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