#[repr(u8)]pub enum LpUartSrc {
Pclk = 0,
Sysclk = 1,
Hsi16 = 2,
Lse = 3,
}
Expand description
LpUart clock sources. Defaults to Pclk.
Variants§
Trait Implementations§
impl Copy for LpUartSrc
impl StructuralPartialEq for LpUartSrc
Auto Trait Implementations§
impl Freeze for LpUartSrc
impl RefUnwindSafe for LpUartSrc
impl Send for LpUartSrc
impl Sync for LpUartSrc
impl Unpin for LpUartSrc
impl UnwindSafe for LpUartSrc
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