Struct Tad
pub struct Tad { /* private fields */ }
Expand description
Trace and debug control 0
Implementations§
§impl Tad
impl Tad
pub const unsafe fn from_ptr(ptr: *mut ()) -> Tad
pub const fn as_ptr(&self) -> *mut ()
pub const fn syspwrupreq(self) -> Reg<Syspwrupreq, RW>
pub const fn syspwrupreq(self) -> Reg<Syspwrupreq, RW>
System power-up request
pub const fn dbgpwrupreq(self) -> Reg<Dbgpwrupreq, RW>
pub const fn dbgpwrupreq(self) -> Reg<Dbgpwrupreq, RW>
Debug power-up request
pub const fn traceportspeed(self) -> Reg<Traceportspeed, RW>
pub const fn traceportspeed(self) -> Reg<Traceportspeed, RW>
Trace port speed
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
)