#[repr(transparent)]pub struct Traceconfig(pub u32);
Expand description
Clocking options for the Trace Port debug interface
Tuple Fields§
§0: u32
Implementations§
Source§impl Traceconfig
impl Traceconfig
Sourcepub const fn traceportspeed(&self) -> Traceportspeed
pub const fn traceportspeed(&self) -> Traceportspeed
Speed of Trace Port clock. Note that the TRACECLK pin will output this clock divided by two.
Sourcepub fn set_traceportspeed(&mut self, val: Traceportspeed)
pub fn set_traceportspeed(&mut self, val: Traceportspeed)
Speed of Trace Port clock. Note that the TRACECLK pin will output this clock divided by two.
Sourcepub fn set_tracemux(&mut self, val: Tracemux)
pub fn set_tracemux(&mut self, val: Tracemux)
Pin multiplexing of trace signals.
Trait Implementations§
Source§impl Clone for Traceconfig
impl Clone for Traceconfig
Source§fn clone(&self) -> Traceconfig
fn clone(&self) -> Traceconfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Traceconfig
impl Debug for Traceconfig
Source§impl Default for Traceconfig
impl Default for Traceconfig
Source§fn default() -> Traceconfig
fn default() -> Traceconfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for Traceconfig
impl PartialEq for Traceconfig
impl Copy for Traceconfig
impl Eq for Traceconfig
impl StructuralPartialEq for Traceconfig
Auto Trait Implementations§
impl Freeze for Traceconfig
impl RefUnwindSafe for Traceconfig
impl Send for Traceconfig
impl Sync for Traceconfig
impl Unpin for Traceconfig
impl UnwindSafe for Traceconfig
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