embassy-stm32

Crates

git

Versions

stm32f429ai

Flavors

Enum Ch1

Source
pub enum Ch1 {}
Expand description

Channel 1 marker type.

Trait Implementationsยง

Sourceยง

impl Dma<TIM1, Ch1> for DMA2_CH1

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel asDma 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<TIM1, Ch1> for DMA2_CH3

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel asDma 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<TIM1, Ch1> for DMA2_CH6

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel asDma 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 asDma 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_CH4

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel asDma 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_CH0

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel asDma 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 DMA1_CH2

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel asDma 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_CH2

Sourceยง

fn request(&self) -> Request

Get the DMA request number needed to use this channel asDma 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

Sourceยง

fn af_num(&self) -> u8

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

impl TimerComplementaryPin<TIM1, Ch1> for PB13

Sourceยง

fn af_num(&self) -> u8

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

impl TimerComplementaryPin<TIM1, Ch1> for PE8

Sourceยง

fn af_num(&self) -> u8

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

impl TimerComplementaryPin<TIM8, Ch1> for PA5

Sourceยง

fn af_num(&self) -> u8

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

impl TimerComplementaryPin<TIM8, Ch1> for PA7

Sourceยง

fn af_num(&self) -> u8

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

impl TimerComplementaryPin<TIM8, Ch1> for PH13

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM1, Ch1> for PA8

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM1, Ch1> for PE9

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM10, Ch1> for PB8

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM11, Ch1> for PB9

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM12, Ch1> for PB14

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM12, Ch1> for PH6

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM13, Ch1> for PA6

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM14, Ch1> for PA7

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM2, Ch1> for PA0

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM2, Ch1> for PA15

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM2, Ch1> for PA5

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM3, Ch1> for PA6

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM3, Ch1> for PB4

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM3, Ch1> for PC6

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM4, Ch1> for PB6

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM4, Ch1> for PD12

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM5, Ch1> for PA0

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM5, Ch1> for PH10

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM8, Ch1> for PC6

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM8, Ch1> for PI5

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM9, Ch1> for PA2

Sourceยง

fn af_num(&self) -> u8

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

impl TimerPin<TIM9, Ch1> for PE5

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