Trait esp32c3_hal::gpio::RTCPin

source ·
pub trait RTCPin: Pin {
    // Required methods
    fn rtc_number(&self) -> u8;
    fn rtc_set_config(
        &mut self,
        input_enable: bool,
        mux: bool,
        func: RtcFunction
    );
    fn rtcio_pad_hold(&mut self, enable: bool);
}

Required Methods§

source

fn rtc_number(&self) -> u8

source

fn rtc_set_config(&mut self, input_enable: bool, mux: bool, func: RtcFunction)

source

fn rtcio_pad_hold(&mut self, enable: bool)

Implementors§