Embassy
embassy-stm32

Crates

git

Versions

stm32u5a5aj

Flavors

Struct embassy_stm32::peripherals::TSC

·
pub struct TSC { /* private fields */ }
Expand description

TSC peripheral

Implementations§

source§

impl TSC

source

pub unsafe fn steal() -> Self

Unsafely create an instance of this peripheral out of thin air.

§Safety

You must ensure that you’re only using one instance of this type at a time.

Trait Implementations§

source§

impl G1IO1Pin<TSC> for PB12

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G1IO1Pin
source§

impl G1IO2Pin<TSC> for PB13

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G1IO2Pin
source§

impl G1IO3Pin<TSC> for PB14

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G1IO3Pin
source§

impl G2IO1Pin<TSC> for PB4

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G2IO1Pin
source§

impl G2IO2Pin<TSC> for PB5

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G2IO2Pin
source§

impl G2IO3Pin<TSC> for PB6

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G2IO3Pin
source§

impl G2IO4Pin<TSC> for PB7

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G2IO4Pin
source§

impl G3IO2Pin<TSC> for PC10

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G3IO2Pin
source§

impl G3IO3Pin<TSC> for PC11

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G3IO3Pin
source§

impl G3IO4Pin<TSC> for PC12

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G3IO4Pin
source§

impl G4IO1Pin<TSC> for PC6

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G4IO1Pin
source§

impl G4IO2Pin<TSC> for PC7

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G4IO2Pin
source§

impl G4IO3Pin<TSC> for PC8

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G4IO3Pin
source§

impl G4IO4Pin<TSC> for PC9

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G4IO4Pin
source§

impl G5IO1Pin<TSC> for PE10

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G5IO1Pin
source§

impl G5IO2Pin<TSC> for PE11

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G5IO2Pin
source§

impl G5IO3Pin<TSC> for PE12

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G5IO3Pin
source§

impl G5IO4Pin<TSC> for PE13

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G5IO4Pin
source§

impl G6IO1Pin<TSC> for PD10

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G6IO1Pin
source§

impl G6IO2Pin<TSC> for PD11

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G6IO2Pin
source§

impl G6IO3Pin<TSC> for PD12

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G6IO3Pin
source§

impl G6IO4Pin<TSC> for PD13

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G6IO4Pin
source§

impl G7IO1Pin<TSC> for PE2

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G7IO1Pin
source§

impl G7IO2Pin<TSC> for PE3

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G7IO2Pin
source§

impl G7IO3Pin<TSC> for PE4

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G7IO3Pin
source§

impl G7IO4Pin<TSC> for PE5

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G7IO4Pin
source§

impl G8IO1Pin<TSC> for PF14

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G8IO1Pin
source§

impl G8IO2Pin<TSC> for PF15

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G8IO2Pin
source§

impl G8IO3Pin<TSC> for PG0

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G8IO3Pin
source§

impl G8IO4Pin<TSC> for PG1

source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as G8IO4Pin
source§

impl Peripheral for TSC

§

type P = TSC

Peripheral singleton type
source§

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,

Convert a value into a PeripheralRef. Read more
source§

impl Instance for TSC

source§

impl RccPeripheral for TSC

Auto Trait Implementations§

§

impl Freeze for TSC

§

impl RefUnwindSafe for TSC

§

impl Send for TSC

§

impl Sync for TSC

§

impl Unpin for TSC

§

impl UnwindSafe for TSC

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.