embassy-stm32

Crates

git

Versions

stm32u585zi

Flavors

๐Ÿ“ฃ We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Enum embassy_stm32::tsc::enums::TscIOPin

source ยท
pub enum TscIOPin {
Show 32 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, Group8Io1, Group8Io2, Group8Io3, Group8Io4,
}
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

ยง

Group8Io1

ยง

Group8Io2

ยง

Group8Io3

ยง

Group8Io4

Trait Implementationsยง

sourceยง

impl BitOr<TscIOPin> for u32

sourceยง

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

sourceยง

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

sourceยง

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>,

sourceยง

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>,

sourceยง

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.