Struct nrf52840_pac::clock::traceconfig::TRACECONFIG_SPEC
source · pub struct TRACECONFIG_SPEC;
Expand description
Clocking options for the trace port debug interface
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see traceconfig module
Trait Implementations§
source§impl Readable for TRACECONFIG_SPEC
impl Readable for TRACECONFIG_SPEC
read()
method returns traceconfig::R reader structure
source§impl RegisterSpec for TRACECONFIG_SPEC
impl RegisterSpec for TRACECONFIG_SPEC
source§impl Resettable for TRACECONFIG_SPEC
impl Resettable for TRACECONFIG_SPEC
reset()
method sets TRACECONFIG to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for TRACECONFIG_SPEC
impl Writable for TRACECONFIG_SPEC
write(|w| ..)
method takes traceconfig::W writer structure
Auto Trait Implementations§
impl Freeze for TRACECONFIG_SPEC
impl RefUnwindSafe for TRACECONFIG_SPEC
impl Send for TRACECONFIG_SPEC
impl Sync for TRACECONFIG_SPEC
impl Unpin for TRACECONFIG_SPEC
impl UnwindSafe for TRACECONFIG_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