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