Struct nrf52840_pac::clock::traceconfig::R
source · pub struct R(/* private fields */);
Expand description
Register TRACECONFIG
reader
Implementations§
source§impl R
impl R
sourcepub fn traceportspeed(&self) -> TRACEPORTSPEED_R
pub fn traceportspeed(&self) -> TRACEPORTSPEED_R
Bits 0:1 - Speed of trace port clock. Note that the TRACECLK pin will output this clock divided by two.
sourcepub fn tracemux(&self) -> TRACEMUX_R
pub fn tracemux(&self) -> TRACEMUX_R
Bits 16:17 - Pin multiplexing of trace signals. See pin assignment chapter for more details.
Methods from Deref<Target = R<TRACECONFIG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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