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