pub trait RtcPin: Pin { }Available on crate feature
unstable only.Expand description
Trait implemented by RTC pins
§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 RtcPin for GPIO0<'_>
impl RtcPin for GPIO1<'_>
impl RtcPin for GPIO2<'_>
impl RtcPin for GPIO3<'_>
impl RtcPin for GPIO4<'_>
impl RtcPin for GPIO5<'_>
impl RtcPin for GPIO6<'_>
impl RtcPin for GPIO7<'_>
impl RtcPin for AnyPin<'_>
Available on non-
esp32h2 only.