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