[][src]Trait trellis_m4::timer::Count16

pub trait Count16 {
    pub fn count_16(&self) -> &COUNT16;
}

This is a helper trait to make it easier to make most of the TimerCounter impl generic. It doesn't make too much sense to to try to implement this trait outside of this module.

Required methods

pub fn count_16(&self) -> &COUNT16[src]

Loading content...

Implementations on Foreign Types

impl Count16 for TC2[src]

impl Count16 for TC3[src]

Loading content...

Implementors

Loading content...