pub enum TIMICSEL {
Disabled = 0,
Enabled = 1,
}Expand description
TIM12, TIM15 and LPTIM2 input capture source selection
Value on reset: 0
Variants§
Disabled = 0
0: No internal clock available for timers input capture
Enabled = 1
1: hsi_ker_ck/1024, hsi_ker_ck/8 and csi_ker_ck/128 selected for timers input capture
Trait Implementations§
impl Copy for TIMICSEL
impl Eq 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 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