pub type RepR = FieldReader;Expand description
Field REP reader - 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 RepR { /* private fields */ }