pub type RepW<'a, REG> = FieldWriter<'a, REG, 8>;Expand description
Field REP writer - Repetition register value REP is the repetition value for the LPTIM. Read REP will return left repetition times. It should be noted that for a reliable REP register read access, two consecutive read accesses must be performed and compared. A read access can be considered reliable when the values of the two consecutive read accesses are equal.
Aliased Typeยง
pub struct RepW<'a, REG> { /* private fields */ }