pub struct R(_);
Register RTC_PAD20 reader
RTC_PAD20
Bit 13 - input enable in work mode
Bit 14 - output enable in sleep mode
Bit 15 - input enable in sleep mode
Bit 16 - 1: enable sleep mode during sleep,0: no sleep mode
Bits 17:18 - function sel
Bit 19 - 1: use RTC GPIO,0: use digital GPIO
Bit 27 - RUE
Bit 28 - RDE
Bits 29:30 - DRV
Reads raw bits from register.
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