pub trait RTCPin: Pin {
// Required methods
fn rtc_set_config(
&mut self,
input_enable: bool,
mux: bool,
func: RtcFunction,
);
fn rtcio_pad_hold(&mut self, enable: bool);
unsafe fn apply_wakeup(&mut self, wakeup: bool, level: u8);
}