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§
Sourcefn rtc_number(&self) -> u8
fn rtc_number(&self) -> u8
RTC number of the pin