embassy-stm32

Crates

git

Versions

stm32g474pe

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, 1073834112>> for Pin<Peri<'d, T>>

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl<'d, T: ChannelFPin<HRTIM1>> Out1Pin<Periph<RegisterBlock, 1073834752>> for Pin<Peri<'d, T>>