#[non_exhaustive]pub struct HrTimCalibrated;
Expand description
This object may be used for things that needs to be done before any timers have been started but after the calibration has been completed. Its existence is proof that no timers have started.
Once done with setup, use the constrain
to get a HrPwmControl
which can be used to start the timers.
Implementations§
Source§impl HrTimCalibrated
impl HrTimCalibrated
pub fn constrain(self) -> HrPwmControl
Auto Trait Implementations§
impl Freeze for HrTimCalibrated
impl RefUnwindSafe for HrTimCalibrated
impl Send for HrTimCalibrated
impl Sync for HrTimCalibrated
impl Unpin for HrTimCalibrated
impl UnwindSafe for HrTimCalibrated
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more