[][src]Trait msp430fr2x5x_hal::timer::TimerPeriph

pub trait TimerPeriph: TimerB + CapCmp<CCR0> {
    type Tbxclk;
}

Trait indicating that the peripheral can be used as a timer

Associated Types

type Tbxclk[src]

Pin type used for external TBxCLK of this timer

Loading content...

Implementations on Foreign Types

impl TimerPeriph for TB0[src]

impl TimerPeriph for TB1[src]

impl TimerPeriph for TB2[src]

impl TimerPeriph for TB3[src]

Loading content...

Implementors

Loading content...