R

Type Alias R 

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

Register CLOCK reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn second(&self) -> SecondR

Bits 0:5 - Second

Source

pub fn minute(&self) -> MinuteR

Bits 6:11 - Minute

Source

pub fn hour(&self) -> HourR

Bits 12:16 - Hour

Source

pub fn day(&self) -> DayR

Bits 17:21 - Day

Source

pub fn month(&self) -> MonthR

Bits 22:25 - Month

Source

pub fn year(&self) -> YearR

Bits 26:31 - Year