Trait RtcPin

Source
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§

Source§

impl RtcPin for GPIO0<'_>

Source§

impl RtcPin for GPIO1<'_>

Source§

impl RtcPin for GPIO2<'_>

Source§

impl RtcPin for GPIO3<'_>

Source§

impl RtcPin for GPIO4<'_>

Source§

impl RtcPin for GPIO5<'_>

Source§

impl RtcPin for GPIO6<'_>

Source§

impl RtcPin for GPIO7<'_>

Source§

impl RtcPin for AnyPin<'_>