pub struct Tad { /* private fields */ }
Expand description
Trace and debug control
Implementations§
Source§impl Tad
impl Tad
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn clockstart(self) -> Reg<Clockstart, W>
pub const fn clockstart(self) -> Reg<Clockstart, W>
Start all trace and debug clocks.
Sourcepub const fn traceportspeed(self) -> Reg<Traceportspeed, RW>
pub const fn traceportspeed(self) -> Reg<Traceportspeed, RW>
Clocking options for the Trace Port debug interface Reset behavior is the same as debug components
Trait Implementations§
impl Copy for Tad
impl Eq for Tad
impl Send for Tad
impl StructuralPartialEq for Tad
impl Sync for Tad
Auto Trait Implementations§
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
)