pub trait TimerValue { const BITS: u32; }
The value of the timer’s count register.
Bit size of the timer. Does not need to be a multiple of 8.
8