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