Trait rtic_time::half_period_counter::TimerValue
source · pub trait TimerValue {
const BITS: u32;
}
Expand description
The value of the timer’s count register.
Required Associated Constants§
Object Safety§
This trait is not object safe.