Trait esp32c3_hal::gpio::RTCPinWithResistors
source · pub trait RTCPinWithResistors: RTCPin {
// Required methods
fn rtcio_pullup(&mut self, enable: bool);
fn rtcio_pulldown(&mut self, enable: bool);
}
pub trait RTCPinWithResistors: RTCPin {
// Required methods
fn rtcio_pullup(&mut self, enable: bool);
fn rtcio_pulldown(&mut self, enable: bool);
}