[][src]Trait stm32l0xx_hal::pwm::Instance

pub trait Instance: Deref<Target = RegisterBlock> {
    fn ptr() -> *const RegisterBlock;
fn enable(&self, _: &mut Rcc);
fn clock_frequency(&self, _: &mut Rcc) -> u32; }

Required methods

fn ptr() -> *const RegisterBlock

fn enable(&self, _: &mut Rcc)

fn clock_frequency(&self, _: &mut Rcc) -> u32

Loading content...

Implementors

impl Instance for TIM2[src]

impl Instance for TIM3[src]

Loading content...