Struct Cp0masterSpec
pub struct Cp0masterSpec;Expand description
Processor 0 Master Register
You can read this register and get cp0master::R. See API.
Trait Implementations§
§impl RegisterSpec for Cp0masterSpec
impl RegisterSpec for Cp0masterSpec
§impl Resettable for Cp0masterSpec
reset() method sets CP0MASTER to value 0
impl Resettable for Cp0masterSpec
reset() method sets CP0MASTER 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 Cp0masterSpec
read() method returns cp0master::R reader structure
Auto Trait Implementations§
impl Freeze for Cp0masterSpec
impl RefUnwindSafe for Cp0masterSpec
impl Send for Cp0masterSpec
impl Sync for Cp0masterSpec
impl Unpin for Cp0masterSpec
impl UnwindSafe for Cp0masterSpec
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