Struct Lpuartsel
#[repr(transparent)]pub struct Lpuartsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Lpuartsel
impl Lpuartsel
pub const RCC_PCLK3: Self
pub const RCC_PCLK3: Self
rcc_pclk3 selected as kernel clock (default after reset)
pub const PLL2_Q: Self
pub const PLL2_Q: Self
pll2_q_ck selected as kernel clock
pub const HSI_KER: Self
pub const HSI_KER: Self
hsi_ker_ck selected as kernel clock
pub const CSI_KER: Self
pub const CSI_KER: Self
csi_ker_ck selected as kernel clock
pub const LSE: Self
pub const LSE: Self
lse_ck selected as kernel 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