R

Type Alias R 

Source
pub type R = R<RcrSpec>;
Expand description

Register RCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn rep(&self) -> RepR

Bits 0:7 - 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.

Source

pub fn rsvd(&self) -> RsvdR

Bits 8:31