#[non_exhaustive]pub struct SW_INTERRUPT;
Available on crate feature
unstable
only.Expand description
SW_INTERRUPT 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 SW_INTERRUPT
impl Debug for SW_INTERRUPT
Source§impl Format for SW_INTERRUPT
impl Format for SW_INTERRUPT
Source§impl Peripheral for SW_INTERRUPT
impl Peripheral for SW_INTERRUPT
Source§type P = SW_INTERRUPT
type P = SW_INTERRUPT
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