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