Enum stm32_metapac::rcc::vals::Timicsel
#[repr(u8)]pub enum Timicsel {
DISABLE = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
HSI256_MSIS1024_MSIS4 = 4,
HSI256_MSIS1024_MSIK4 = 5,
HSI256_MSIK1024_MSIS4 = 6,
HSI256_MSIK1024_MSIK4 = 7,
}
Variants§
DISABLE = 0
No sources can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
HSI256_MSIS1024_MSIS4 = 4
HSI/256, MSIS/1024 and MSIS/4 generated and can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
HSI256_MSIS1024_MSIK4 = 5
HSI/256, MSIS/1024 and MSIK/4 generated and can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
HSI256_MSIK1024_MSIS4 = 6
HSI/256, MSIK/1024 and MSIS/4 generated and can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
HSI256_MSIK1024_MSIK4 = 7
HSI/256, MSIK/1024 and MSIK/4 generated and can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
Implementations§
Trait Implementations§
§impl Ord for Timicsel
impl Ord for Timicsel
§impl PartialOrd for Timicsel
impl PartialOrd for Timicsel
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
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
)