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