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