Type Alias R

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

Register ALRM%sSSR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ss(&self) -> SS_R

Bits 0:14 - Sub seconds value

Source

pub fn maskss(&self) -> MASKSS_R

Bits 24:27 - Mask the most-significant bits starting at this bit

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more