Struct Timicsel
#[repr(transparent)]pub struct Timicsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Timicsel
impl Timicsel
pub const NONE: Self
pub const NONE: Self
No sources can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
pub const HSI256_MSIS1024_MSIS4: Self
pub const HSI256_MSIS1024_MSIS4: Self
HSI/256, MSIS/1024 and MSIS/4 generated and can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
pub const HSI256_MSIS1024_MSIK4: Self
pub const HSI256_MSIS1024_MSIK4: Self
HSI/256, MSIS/1024 and MSIK/4 generated and can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
pub const HSI256_MSIK1024_MSIS4: Self
pub const HSI256_MSIK1024_MSIS4: Self
HSI/256, MSIK/1024 and MSIS/4 generated and can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
pub const HSI256_MSIK1024_MSIK4: Self
pub const HSI256_MSIK1024_MSIK4: Self
HSI/256, MSIK/1024 and MSIK/4 generated and can be selected by TIM16, TIM17 and LPTIM2 as internal input capture
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