Enum Timicsel
#[repr(u8)]pub enum Timicsel {
B0x0 = 0,
B0x1 = 1,
}Variants§
B0x0 = 0
No internal clock available for timers input capture (default after reset)
B0x1 = 1
hsi_ker_ck/1024, hsi_ker_ck/8 and csi_ker_ck/128 selected for timers input capture
Implementations§
Trait Implementations§
impl Copy for Timicsel
impl Eq for Timicsel
§impl Ord for Timicsel
impl Ord for Timicsel
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 Timicsel
impl PartialOrd for Timicsel
impl StructuralPartialEq for Timicsel
Auto Trait Implementations§
impl Freeze for Timicsel
impl RefUnwindSafe for Timicsel
impl Send for Timicsel
impl Sync for Timicsel
impl Unpin for Timicsel
impl UnsafeUnpin for Timicsel
impl UnwindSafe for Timicsel
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