Trait 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§