Enum stm32_metapac::rcc::vals::Hrtimsel
#[repr(u8)]pub enum Hrtimsel {
TIMY_KER = 0,
C_CK = 1,
}
Variants§
TIMY_KER = 0
The HRTIM prescaler clock source is the same as other timers (rcc_timy_ker_ck)
C_CK = 1
The HRTIM prescaler clock source is the CPU clock (c_ck)
Implementations§
Trait Implementations§
§impl Ord for Hrtimsel
impl Ord for Hrtimsel
§impl PartialOrd for Hrtimsel
impl PartialOrd for Hrtimsel
§fn partial_cmp(&self, other: &Hrtimsel) -> Option<Ordering>
fn partial_cmp(&self, other: &Hrtimsel) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Hrtimsel
impl Eq for Hrtimsel
impl StructuralEq for Hrtimsel
impl StructuralPartialEq for Hrtimsel
Auto Trait Implementations§
impl RefUnwindSafe for Hrtimsel
impl Send for Hrtimsel
impl Sync for Hrtimsel
impl Unpin 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