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