Struct CpxCfg2Spec
pub struct CpxCfg2Spec;Expand description
Processor X Configuration Register 2
You can read this register and get cpx_cfg2::R. See API.
Trait Implementations§
§impl RegisterSpec for CpxCfg2Spec
impl RegisterSpec for CpxCfg2Spec
§impl Resettable for CpxCfg2Spec
reset() method sets CPxCFG2 to value 0x0001_0001
impl Resettable for CpxCfg2Spec
reset() method sets CPxCFG2 to value 0x0001_0001
§const RESET_VALUE: u32 = 65_537u32
const RESET_VALUE: u32 = 65_537u32
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for CpxCfg2Spec
read() method returns cpx_cfg2::R reader structure
Auto Trait Implementations§
impl Freeze for CpxCfg2Spec
impl RefUnwindSafe for CpxCfg2Spec
impl Send for CpxCfg2Spec
impl Sync for CpxCfg2Spec
impl Unpin for CpxCfg2Spec
impl UnwindSafe for CpxCfg2Spec
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