Trait esp32c3_hal::gpio::RTCPin
source · pub trait RTCPin: Pin {
// Required methods
fn rtcio_pad_hold(&mut self, enable: bool);
unsafe fn apply_wakeup(&mut self, wakeup: bool, level: u8);
}
pub trait RTCPin: Pin {
// Required methods
fn rtcio_pad_hold(&mut self, enable: bool);
unsafe fn apply_wakeup(&mut self, wakeup: bool, level: u8);
}