Trait RtcPin

Source
pub trait RtcPin: Pin {
    // Required method
    fn rtc_number(&self) -> u8;
}
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.

Required Methods§

Source

fn rtc_number(&self) -> u8

RTC number of the pin

Implementors§

Source§

impl RtcPin for GPIO0<'_>

Source§

impl RtcPin for GPIO2<'_>

Source§

impl RtcPin for GPIO4<'_>

Source§

impl RtcPin for GPIO12<'_>

Source§

impl RtcPin for GPIO13<'_>

Source§

impl RtcPin for GPIO14<'_>

Source§

impl RtcPin for GPIO15<'_>

Source§

impl RtcPin for GPIO25<'_>

Source§

impl RtcPin for GPIO26<'_>

Source§

impl RtcPin for GPIO27<'_>

Source§

impl RtcPin for GPIO32<'_>

Source§

impl RtcPin for GPIO33<'_>

Source§

impl RtcPin for GPIO34<'_>

Source§

impl RtcPin for GPIO35<'_>

Source§

impl RtcPin for GPIO36<'_>

Source§

impl RtcPin for GPIO37<'_>

Source§

impl RtcPin for GPIO38<'_>

Source§

impl RtcPin for GPIO39<'_>

Source§

impl RtcPin for AnyPin<'_>