pub trait RtcPinWithResistors: RtcPin { }Available on crate feature
unstable only.Expand description
Trait implemented by RTC pins which supporting internal pull-up / pull-down resistors.
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Implementors§
impl RtcPinWithResistors for GPIO0<'_>
impl RtcPinWithResistors for GPIO1<'_>
impl RtcPinWithResistors for GPIO2<'_>
impl RtcPinWithResistors for GPIO3<'_>
impl RtcPinWithResistors for GPIO4<'_>
impl RtcPinWithResistors for GPIO5<'_>
impl RtcPinWithResistors for AnyPin<'_>
Available on non-
esp32h2 only.