Struct Lpuartsel
#[repr(transparent)]pub struct Lpuartsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Lpuartsel
impl Lpuartsel
pub const RCC_PCLK_D3: Self
pub const RCC_PCLK_D3: Self
rcc_pclk_d3 selected as peripheral clock
pub const PLL2_Q: Self
pub const PLL2_Q: Self
pll2_q selected as peripheral clock
pub const PLL3_Q: Self
pub const PLL3_Q: Self
pll3_q selected as peripheral clock
pub const HSI_KER: Self
pub const HSI_KER: Self
hsi_ker selected as peripheral clock
pub const CSI_KER: Self
pub const CSI_KER: Self
csi_ker selected as peripheral clock
pub const LSE: Self
pub const LSE: Self
LSE selected as peripheral clock
Trait Implementations§
§impl Ord for Lpuartsel
impl Ord for Lpuartsel
§impl PartialOrd for Lpuartsel
impl PartialOrd for Lpuartsel
impl Copy for Lpuartsel
impl Eq for Lpuartsel
impl StructuralPartialEq for Lpuartsel
Auto Trait Implementations§
impl Freeze for Lpuartsel
impl RefUnwindSafe for Lpuartsel
impl Send for Lpuartsel
impl Sync for Lpuartsel
impl Unpin for Lpuartsel
impl UnwindSafe for Lpuartsel
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