Read this before RTC 1!
You can read this register and get rtc_0::R. See API.
read
rtc_0::R
u8
u16
u32
reset() method sets RTC_0 to value 0
reset()
read() method returns rtc_0::R reader structure
read()
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U