pub enum PreloadSource {
OnCounterReset,
OnMasterTimerUpdate,
OnRepetitionUpdate,
}
Variants§
OnCounterReset
Preloaded registers are updated on counter roll over or counter reset
OnMasterTimerUpdate
Preloaded registers are updated by master timer update
OnRepetitionUpdate
Prealoaded registers are updated when the counter rolls over and the repetition counter is 0
Auto Trait Implementations§
impl Freeze for PreloadSource
impl RefUnwindSafe for PreloadSource
impl Send for PreloadSource
impl Sync for PreloadSource
impl Unpin for PreloadSource
impl UnwindSafe for PreloadSource
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