pub struct CP0CFG0_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for CP0CFG0_SPEC
impl Readable for CP0CFG0_SPEC
read()
method returns cp0cfg0::R reader structure
Source§impl RegisterSpec for CP0CFG0_SPEC
impl RegisterSpec for CP0CFG0_SPEC
Source§impl Resettable for CP0CFG0_SPEC
impl Resettable for CP0CFG0_SPEC
reset()
method sets CP0CFG0 to value 0x0400_0000
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CP0CFG0_SPEC
impl RefUnwindSafe for CP0CFG0_SPEC
impl Send for CP0CFG0_SPEC
impl Sync for CP0CFG0_SPEC
impl Unpin for CP0CFG0_SPEC
impl UnwindSafe for CP0CFG0_SPEC
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