Embassy
embassy-stm32

Crates

git

Versions

stm32u073c8

Flavors

Enum embassy_stm32::tsc::enums::TscIOPin

source ·
pub enum TscIOPin {
Show 28 variants Group1Io1, Group1Io2, Group1Io3, Group1Io4, Group2Io1, Group2Io2, Group2Io3, Group2Io4, Group3Io1, Group3Io2, Group3Io3, Group3Io4, Group4Io1, Group4Io2, Group4Io3, Group4Io4, Group5Io1, Group5Io2, Group5Io3, Group5Io4, Group6Io1, Group6Io2, Group6Io3, Group6Io4, Group7Io1, Group7Io2, Group7Io3, Group7Io4,
}
Expand description

Pin defines

Variants§

§

Group1Io1

§

Group1Io2

§

Group1Io3

§

Group1Io4

§

Group2Io1

§

Group2Io2

§

Group2Io3

§

Group2Io4

§

Group3Io1

§

Group3Io2

§

Group3Io3

§

Group3Io4

§

Group4Io1

§

Group4Io2

§

Group4Io3

§

Group4Io4

§

Group5Io1

§

Group5Io2

§

Group5Io3

§

Group5Io4

§

Group6Io1

§

Group6Io2

§

Group6Io3

§

Group6Io4

§

Group7Io1

§

Group7Io2

§

Group7Io3

§

Group7Io4

Trait Implementations§

source§

impl BitOr<TscIOPin> for u32

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, rhs: TscIOPin) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<u32> for TscIOPin

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, rhs: u32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for TscIOPin

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, rhs: Self) -> Self::Output

Performs the | operation. Read more
source§

impl Into<u32> for TscIOPin

source§

fn into(self) -> u32

Converts this type into the (usually inferred) input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.