Skip to main content

CntReqW

Type Alias CntReqW 

Source
pub type CntReqW<'a, REG> = BitWriter<'a, REG>;
Expand description

Field cnt_req writer - 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 CntReqW<'a, REG> { /* private fields */ }