#[non_exhaustive]pub struct ULP_RISCV_CORE;
Available on crate feature
unstable
only.Expand description
ULP_RISCV_CORE peripheral singleton
§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.
Implementations§
Trait Implementations§
Source§impl Debug for ULP_RISCV_CORE
impl Debug for ULP_RISCV_CORE
Source§impl Format for ULP_RISCV_CORE
impl Format for ULP_RISCV_CORE
Source§impl Peripheral for ULP_RISCV_CORE
impl Peripheral for ULP_RISCV_CORE
Source§type P = ULP_RISCV_CORE
type P = ULP_RISCV_CORE
Peripheral singleton type
Source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Source§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 more