Struct IEEE802154
#[non_exhaustive]pub struct IEEE802154;
Expand description
IEEE802154 peripheral singleton
Implementations§
§impl IEEE802154
impl IEEE802154
pub unsafe fn steal() -> IEEE802154
pub unsafe fn steal() -> IEEE802154
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 IEEE802154
impl IEEE802154
pub const PTR: *const <IEEE802154 as Deref>::Target = {0x600a3000 as *const <esp32c6::IEEE802154 as core::ops::Deref>::Target}
Available on crate feature unstable
only.
pub const PTR: *const <IEEE802154 as Deref>::Target = {0x600a3000 as *const <esp32c6::IEEE802154 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 <IEEE802154 as Deref>::Target
Available on crate feature unstable
only.
pub const fn ptr() -> *const <IEEE802154 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 IEEE802154
impl Debug for IEEE802154
§impl Peripheral for IEEE802154
impl Peripheral for IEEE802154
§type P = IEEE802154
type P = IEEE802154
Peripheral singleton type
§unsafe fn clone_unchecked(&self) -> <IEEE802154 as Peripheral>::P
unsafe fn clone_unchecked(&self) -> <IEEE802154 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 IEEE802154
impl RefUnwindSafe for IEEE802154
impl Send for IEEE802154
impl Sync for IEEE802154
impl Unpin for IEEE802154
impl UnwindSafe for IEEE802154
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