Trait esp32c2_hal::gpio::RTCPin

source ·
pub trait RTCPin: Pin {
    // Required method
    fn rtcio_pad_hold(&mut self, enable: bool);
}

Required Methods§

source

fn rtcio_pad_hold(&mut self, enable: bool)

Implementors§