embassy-stm32

Crates

git

Versions

stm32l4a6ag

Flavors

Ch1

Enum Ch1 

Source
pub enum Ch1 {}
Expand description

Channel 1 marker type.

Trait Implementationsยง

Sourceยง

impl Dma<TIM1, Ch1> for DMA1_CH2

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM15, Ch1> for DMA1_CH5

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM16, Ch1> for DMA1_CH3

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM16, Ch1> for DMA1_CH6

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM17, Ch1> for DMA1_CH1

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM17, Ch1> for DMA1_CH7

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM2, Ch1> for DMA1_CH5

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM3, Ch1> for DMA1_CH6

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM4, Ch1> for DMA1_CH1

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM5, Ch1> for DMA2_CH5

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl Dma<TIM8, Ch1> for DMA2_CH6

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel as Dma. Note: in some chips, ST calls this the โ€œchannelโ€, and calls channels โ€œstreamsโ€. embassy-stm32 always uses the โ€œchannelโ€ and โ€œrequest numberโ€ names.
Sourceยง

fn remap(&self)

Remap the DMA channel
Sourceยง

impl TimerChannel for Ch1

Sourceยง

const CHANNEL: Channel = Channel::Ch1

The runtime channel.
Sourceยง

impl TimerComplementaryPin<TIM1, Ch1> for PA7

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM1, Ch1> for PB13

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM1, Ch1> for PE8

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM15, Ch1> for PA1

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM15, Ch1> for PB13

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM15, Ch1> for PG9

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM16, Ch1> for PB6

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM17, Ch1> for PB7

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM8, Ch1> for PA5

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM8, Ch1> for PA7

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerComplementaryPin<TIM8, Ch1> for PH13

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerComplementaryPin.
Sourceยง

impl TimerPin<TIM1, Ch1> for PA8

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM1, Ch1> for PE9

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM15, Ch1> for PA2

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM15, Ch1> for PB14

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM15, Ch1> for PG10

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM16, Ch1> for PA6

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM16, Ch1> for PB8

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM16, Ch1> for PE0

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM17, Ch1> for PA7

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM17, Ch1> for PB9

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM17, Ch1> for PE1

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM2, Ch1> for PA0

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM2, Ch1> for PA15

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM2, Ch1> for PA5

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM3, Ch1> for PA6

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM3, Ch1> for PB4

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM3, Ch1> for PC6

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM3, Ch1> for PE3

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM4, Ch1> for PB6

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM4, Ch1> for PD12

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM5, Ch1> for PA0

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM5, Ch1> for PH10

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM8, Ch1> for PC6

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl TimerPin<TIM8, Ch1> for PI5

Available on non-afio only.
Sourceยง

fn af_num(&self) -> u8

Get the AF number needed to use this pin as TimerPin.
Sourceยง

impl QeiChannel for Ch1

Sourceยง

impl TriggerSource for Ch1

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> ToMutAligned for T
where T: ?Sized,

Sourceยง

type Element = T

Element
Sourceยง

fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>
where A: Alignment,

Create a type-checked aligned value from a value that is aligned.
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.