Struct Cp0numSpec
pub struct Cp0numSpec;Expand description
Trait Implementations§
§impl RegisterSpec for Cp0numSpec
impl RegisterSpec for Cp0numSpec
§impl Resettable for Cp0numSpec
reset() method sets CP0NUM to value 0
impl Resettable for Cp0numSpec
reset() method sets CP0NUM 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 Cp0numSpec
read() method returns cp0num::R reader structure
Auto Trait Implementations§
impl Freeze for Cp0numSpec
impl RefUnwindSafe for Cp0numSpec
impl Send for Cp0numSpec
impl Sync for Cp0numSpec
impl Unpin for Cp0numSpec
impl UnwindSafe for Cp0numSpec
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