Enum stm32_metapac::timer::vals::Ckd
#[repr(u8)]pub enum Ckd {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
_RESERVED_3 = 3,
}
Variants§
DIV1 = 0
t_DTS = t_CK_INT
DIV2 = 1
t_DTS = 2 × t_CK_INT
DIV4 = 2
t_DTS = 4 × t_CK_INT
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Ckd
impl Ord for Ckd
§impl PartialOrd for Ckd
impl PartialOrd for Ckd
§fn partial_cmp(&self, other: &Ckd) -> Option<Ordering>
fn partial_cmp(&self, other: &Ckd) -> 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 Ckd
impl Eq for Ckd
impl StructuralPartialEq for Ckd
Auto Trait Implementations§
impl Freeze for Ckd
impl RefUnwindSafe for Ckd
impl Send for Ckd
impl Sync for Ckd
impl Unpin for Ckd
impl UnwindSafe for Ckd
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