Trait TimNCPin

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

Complementary output channel C

Required Associated Types§

Source

type ChN<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 TimNCPin<0> for TIM1

Source§

type ChN<Otype> = Ch1N<Otype>

Source§

impl TimNCPin<0> for TIM8

Source§

type ChN<Otype> = Ch1N<Otype>

Source§

impl TimNCPin<1> for TIM1

Source§

type ChN<Otype> = Ch2N<Otype>

Source§

impl TimNCPin<1> for TIM8

Source§

type ChN<Otype> = Ch2N<Otype>

Source§

impl TimNCPin<2> for TIM1

Source§

type ChN<Otype> = Ch3N<Otype>

Source§

impl TimNCPin<2> for TIM8

Source§

type ChN<Otype> = Ch3N<Otype>