Trait serpente::thumbv6m::timer::Count16[][src]

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

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

Implementations on Foreign Types

Implementors