Trait esp_idf_hal::gpio::RTCPin

source ·
pub trait RTCPin: Pin {
    // Required method
    fn rtc_pin(&self) -> i32;
}
Expand description

A marker trait designating a pin which is capable of operating as an RTC pin

Required Methods§

source

fn rtc_pin(&self) -> i32

Object Safety§

This trait is not object safe.

Implementors§