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