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
Trait Implementations§
Source§impl Clone for PreloadSource
impl Clone for PreloadSource
Source§fn clone(&self) -> PreloadSource
fn clone(&self) -> PreloadSource
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PreloadSource
impl Debug for PreloadSource
Source§impl Format for PreloadSource
impl Format for PreloadSource
impl Copy for PreloadSource
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