embassy-stm32

Crates

git

Versions

stm32g474cb

Flavors

Out2Pin

Trait Out2Pin 

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

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

Required Methods§

Source

fn connect_to_hrtim(self)

Connect pin to hrtim timer

Implementors§