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