[][src]Type Definition k210_pac::rtc::time::R

type R = R<u32, TIME>;

Reader of register time

Methods

impl R[src]

pub fn second(&self) -> SECOND_R[src]

Bits 10:15 - Second. Range [0,59]

pub fn minute(&self) -> MINUTE_R[src]

Bits 16:21 - Minute. Range [0,59]

pub fn hour(&self) -> HOUR_R[src]

Bits 24:28 - Hour. Range [0,23]