[][src]Type Definition nrf52832_pac::clock::TRACECONFIG

type TRACECONFIG = Reg<u32, _TRACECONFIG>;

Clocking options for the Trace Port debug interface

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see traceconfig module

Trait Implementations

impl Readable for TRACECONFIG[src]

read() method returns traceconfig::R reader structure

impl ResetValue for TRACECONFIG[src]

Register TRACECONFIG reset()'s with value 0

type Type = u32

Register size

impl Writable for TRACECONFIG[src]

write(|w| ..) method takes traceconfig::W writer structure