Enum Hrtimsel
#[repr(u8)]pub enum Hrtimsel {
TimyKer = 0,
CCk = 1,
}Variants§
TimyKer = 0
The HRTIM prescaler clock source is the same as other timers (rcc_timy_ker_ck)
CCk = 1
The HRTIM prescaler clock source is the CPU clock (c_ck)
Implementations§
Trait Implementations§
impl Copy for Hrtimsel
impl Eq for Hrtimsel
§impl Ord for Hrtimsel
impl Ord for Hrtimsel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Hrtimsel
impl PartialOrd for Hrtimsel
impl StructuralPartialEq for Hrtimsel
Auto Trait Implementations§
impl Freeze for Hrtimsel
impl RefUnwindSafe for Hrtimsel
impl Send for Hrtimsel
impl Sync for Hrtimsel
impl Unpin for Hrtimsel
impl UnsafeUnpin for Hrtimsel
impl UnwindSafe for Hrtimsel
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