Struct ASSIST_DEBUG
#[non_exhaustive]pub struct ASSIST_DEBUG;
Expand description
ASSIST_DEBUG peripheral singleton
Implementations§
§impl ASSIST_DEBUG
impl ASSIST_DEBUG
pub unsafe fn steal() -> ASSIST_DEBUG
pub unsafe fn steal() -> ASSIST_DEBUG
Unsafely create an instance of this peripheral out of thin air.
§Safety
You must ensure that you’re only using one instance of this type at a time.
§impl ASSIST_DEBUG
impl ASSIST_DEBUG
pub const PTR: *const <ASSIST_DEBUG as Deref>::Target = {0x600c2000 as *const <esp32c6::ASSIST_DEBUG as core::ops::Deref>::Target}
Available on crate feature unstable
only.
pub const PTR: *const <ASSIST_DEBUG as Deref>::Target = {0x600c2000 as *const <esp32c6::ASSIST_DEBUG as core::ops::Deref>::Target}
unstable
only.Pointer to the register block
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
pub const fn ptr() -> *const <ASSIST_DEBUG as Deref>::Target
Available on crate feature unstable
only.
pub const fn ptr() -> *const <ASSIST_DEBUG as Deref>::Target
unstable
only.Return the pointer to the register block
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Trait Implementations§
§impl Debug for ASSIST_DEBUG
impl Debug for ASSIST_DEBUG
§impl Peripheral for ASSIST_DEBUG
impl Peripheral for ASSIST_DEBUG
§type P = ASSIST_DEBUG
type P = ASSIST_DEBUG
Peripheral singleton type
§unsafe fn clone_unchecked(&self) -> <ASSIST_DEBUG as Peripheral>::P
unsafe fn clone_unchecked(&self) -> <ASSIST_DEBUG as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
§fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
Convert a value into a
PeripheralRef
. Read moreAuto Trait Implementations§
impl Freeze for ASSIST_DEBUG
impl RefUnwindSafe for ASSIST_DEBUG
impl Send for ASSIST_DEBUG
impl Sync for ASSIST_DEBUG
impl Unpin for ASSIST_DEBUG
impl UnwindSafe for ASSIST_DEBUG
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