Struct Lptim2sel
#[repr(transparent)]pub struct Lptim2sel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Lptim2sel
impl Lptim2sel
pub const RCC_PCLK4: Self
pub const RCC_PCLK4: Self
rcc_pclk4 selected as peripheral clock
pub const PLL2_P: Self
pub const PLL2_P: Self
pll2_p selected as peripheral clock
pub const PLL3_R: Self
pub const PLL3_R: Self
pll3_r selected as peripheral clock
pub const LSE: Self
pub const LSE: Self
LSE selected as peripheral clock
pub const LSI: Self
pub const LSI: Self
LSI selected as peripheral clock
pub const PER: Self
pub const PER: Self
PER selected as peripheral clock
Trait Implementations§
§impl Ord for Lptim2sel
impl Ord for Lptim2sel
§impl PartialOrd for Lptim2sel
impl PartialOrd for Lptim2sel
impl Copy for Lptim2sel
impl Eq for Lptim2sel
impl StructuralPartialEq for Lptim2sel
Auto Trait Implementations§
impl Freeze for Lptim2sel
impl RefUnwindSafe for Lptim2sel
impl Send for Lptim2sel
impl Sync for Lptim2sel
impl Unpin for Lptim2sel
impl UnwindSafe for Lptim2sel
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