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
impl Copy for Hrtimsel
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)