embassy-stm32

Crates

git

Versions

stm32f334k4

Flavors

Out1Pin

Trait Out1Pin 

Source
pub trait Out1Pin<TIM>: Output1Pin<TIM> {
    // Required method
    fn connect_to_hrtim(self);
}
Expand description

Implemented for types that can be used as output1 for HRTIM timer instances

Required Methods§

Source

fn connect_to_hrtim(self)

Connect pin to hrtim timer

Implementors§

Source§

impl<'d, T: ChannelAPin<HRTIM1>> Out1Pin<Periph<RegisterBlock, 1073837184>> for Pin<Peri<'d, T>>

Source§

impl<'d, T: ChannelBPin<HRTIM1>> Out1Pin<Periph<RegisterBlock, 1073837312>> for Pin<Peri<'d, T>>

Source§

impl<'d, T: ChannelCPin<HRTIM1>> Out1Pin<Periph<RegisterBlock, 1073837440>> for Pin<Peri<'d, T>>

Source§

impl<'d, T: ChannelDPin<HRTIM1>> Out1Pin<Periph<RegisterBlock, 1073837568>> for Pin<Peri<'d, T>>

Source§

impl<'d, T: ChannelEPin<HRTIM1>> Out1Pin<Periph<RegisterBlock, 1073837696>> for Pin<Peri<'d, T>>