atsamd_hal::timer

Trait Count16

Source
pub trait Count16 {
    // Required method
    fn count_16(&self) -> &Count16Reg;
}
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§

Source§

impl Count16 for Tc2

Source§

impl Count16 for Tc3

Source§

impl Count16 for Tc4

Source§

impl Count16 for Tc5

Implementors§