pub struct AnyTwai(/* private fields */);
Available on crate feature
unstable
only.Expand description
Any TWAI peripheral.
Trait Implementations§
Source§impl Peripheral for AnyTwai
impl Peripheral for AnyTwai
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