pub type CntReqR = BitReader;Expand description
Field cnt_req reader - Current-count latch request (TIMER_V150): write 1 to snapshot the live down-counter into the current-value register; the HW asserts cnt_lock when the snapshot is ready. Required to read a fresh count on silicon (the current-value register is a latch, not a live counter).
Aliased Type§
pub struct CntReqR { /* private fields */ }