pub struct R(_);
Register RTC_PAD21 reader
RTC_PAD21
Bit 13 - Input enable in normal execution.
Bit 14 - Output enable in sleep mode.
Bit 15 - Input enable in sleep mode.
Bit 16 - 1: enable sleep mode. 0: no sleep mode.
Bits 17:18 - Function selection.
Bit 19 - 1: use RTC GPIO. 0: use digital GPIO.
Bit 27 - Pull-down enable of the pad. 1: internal pull-down enabled. 0: internal pull-down disabled.
Bit 28 - Pull-up enable of the pad. 1: internal pull-up enabled. 0: internal pull-up disabled.
Bits 29:30 - Select the drive strength of the pad. 0: ~5 mA. 1: ~10 mA. 2: ~20 mA. 3: ~40 mA.
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