Trait TimCPin

Source
pub trait TimCPin<const C: u8> {
    type Ch<Otype>;
}
Expand description

Input capture / Output compare channel C

Required Associated Types§

Source

type Ch<Otype>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl TimCPin<0> for TIM1

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM2

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM3

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM4

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM5

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM8

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM9

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM10

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM11

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM12

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM13

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<0> for TIM14

Source§

type Ch<Otype> = Ch1<Otype>

Source§

impl TimCPin<1> for TIM1

Source§

type Ch<Otype> = Ch2<Otype>

Source§

impl TimCPin<1> for TIM2

Source§

type Ch<Otype> = Ch2<Otype>

Source§

impl TimCPin<1> for TIM3

Source§

type Ch<Otype> = Ch2<Otype>

Source§

impl TimCPin<1> for TIM4

Source§

type Ch<Otype> = Ch2<Otype>

Source§

impl TimCPin<1> for TIM5

Source§

type Ch<Otype> = Ch2<Otype>

Source§

impl TimCPin<1> for TIM8

Source§

type Ch<Otype> = Ch2<Otype>

Source§

impl TimCPin<1> for TIM9

Source§

type Ch<Otype> = Ch2<Otype>

Source§

impl TimCPin<1> for TIM12

Source§

type Ch<Otype> = Ch2<Otype>

Source§

impl TimCPin<2> for TIM1

Source§

type Ch<Otype> = Ch3<Otype>

Source§

impl TimCPin<2> for TIM2

Source§

type Ch<Otype> = Ch3<Otype>

Source§

impl TimCPin<2> for TIM3

Source§

type Ch<Otype> = Ch3<Otype>

Source§

impl TimCPin<2> for TIM4

Source§

type Ch<Otype> = Ch3<Otype>

Source§

impl TimCPin<2> for TIM5

Source§

type Ch<Otype> = Ch3<Otype>

Source§

impl TimCPin<2> for TIM8

Source§

type Ch<Otype> = Ch3<Otype>

Source§

impl TimCPin<3> for TIM1

Source§

type Ch<Otype> = Ch4<Otype>

Source§

impl TimCPin<3> for TIM2

Source§

type Ch<Otype> = Ch4<Otype>

Source§

impl TimCPin<3> for TIM3

Source§

type Ch<Otype> = Ch4<Otype>

Source§

impl TimCPin<3> for TIM4

Source§

type Ch<Otype> = Ch4<Otype>

Source§

impl TimCPin<3> for TIM5

Source§

type Ch<Otype> = Ch4<Otype>

Source§

impl TimCPin<3> for TIM8

Source§

type Ch<Otype> = Ch4<Otype>