pub enum CountMode {
Internal,
}Expand description
Count modes that are available.
All ClockSources currently supported require the Internal count mode
Variants§
Internal
Use an internal clock source (which also includes LSE)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CountMode
impl RefUnwindSafe for CountMode
impl Send for CountMode
impl Sync for CountMode
impl Unpin for CountMode
impl UnwindSafe for CountMode
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