Struct Lptim1sel
#[repr(transparent)]pub struct Lptim1sel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Lptim1sel
impl Lptim1sel
pub const RCC_PCLK1: Self
pub const RCC_PCLK1: Self
rcc_pclk1 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 Lptim1sel
impl Ord for Lptim1sel
§impl PartialOrd for Lptim1sel
impl PartialOrd for Lptim1sel
impl Copy for Lptim1sel
impl Eq for Lptim1sel
impl StructuralPartialEq for Lptim1sel
Auto Trait Implementations§
impl Freeze for Lptim1sel
impl RefUnwindSafe for Lptim1sel
impl Send for Lptim1sel
impl Sync for Lptim1sel
impl Unpin for Lptim1sel
impl UnwindSafe for Lptim1sel
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