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