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