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
impl 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
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
)