pub trait RtcTimerCalibration {
// Required method
fn set_clock_calibration(
&mut self,
source: RtcSource,
calibration: RtcCalibration,
prescaler: RtcPrescaler
);
}
Required Methods§
sourcefn set_clock_calibration(
&mut self,
source: RtcSource,
calibration: RtcCalibration,
prescaler: RtcPrescaler
)
fn set_clock_calibration( &mut self, source: RtcSource, calibration: RtcCalibration, prescaler: RtcPrescaler )
Set the clock source and calibration configuration for an RTC device