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