#[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 const fn tracemux(&self) -> Tracemux
pub const fn tracemux(&self) -> Tracemux
Pin multiplexing of trace signals. See pin assignment chapter for more details.
Sourcepub fn set_tracemux(&mut self, val: Tracemux)
pub fn set_tracemux(&mut self, val: Tracemux)
Pin multiplexing of trace signals. See pin assignment chapter for more details.
Trait Implementations§
Source§impl Clone for Traceconfig
impl Clone for Traceconfig
Source§fn clone(&self) -> Traceconfig
fn clone(&self) -> Traceconfig
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)