W

Type Alias W 

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

Register RCR writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn rep(&mut self) -> RepW<'_, RcrSpec>

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(&mut self) -> RsvdW<'_, RcrSpec>

Bits 8:31