Trait atsamd_hal::timer::Count16

source ·
pub trait Count16 {
    // Required method
    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§

source

fn count_16(&self) -> &COUNT16

Implementations on Foreign Types§

source§

impl Count16 for TC5

source§

impl Count16 for TC4

source§

impl Count16 for TC3

Implementors§