pub struct RCD_PDEBUGPC_SPEC;Expand description
core0 pdebug status register
You can read this register and get rcd_pdebugpc::R. See API.
Trait Implementations§
Source§impl RegisterSpec for RCD_PDEBUGPC_SPEC
impl RegisterSpec for RCD_PDEBUGPC_SPEC
Source§impl Resettable for RCD_PDEBUGPC_SPEC
reset() method sets RCD_PDEBUGPC to value 0
impl Resettable for RCD_PDEBUGPC_SPEC
reset() method sets RCD_PDEBUGPC to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RCD_PDEBUGPC_SPEC
read() method returns rcd_pdebugpc::R reader structure
Auto Trait Implementations§
impl Freeze for RCD_PDEBUGPC_SPEC
impl RefUnwindSafe for RCD_PDEBUGPC_SPEC
impl Send for RCD_PDEBUGPC_SPEC
impl Sync for RCD_PDEBUGPC_SPEC
impl Unpin for RCD_PDEBUGPC_SPEC
impl UnsafeUnpin for RCD_PDEBUGPC_SPEC
impl UnwindSafe for RCD_PDEBUGPC_SPEC
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