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