Enum Uart4sel
#[repr(u8)]pub enum Uart4sel {
PCLK1 = 0,
SYS = 1,
HSI = 2,
LSE = 3,
}
Variants§
PCLK1 = 0
PCLK clock selected
SYS = 1
SYSCLK clock selected
HSI = 2
HSI clock selected
LSE = 3
LSE clock selected
Implementations§
Trait Implementations§
§impl Ord for Uart4sel
impl Ord for Uart4sel
§impl PartialOrd for Uart4sel
impl PartialOrd for Uart4sel
impl Copy for Uart4sel
impl Eq for Uart4sel
impl StructuralPartialEq for Uart4sel
Auto Trait Implementations§
impl Freeze for Uart4sel
impl RefUnwindSafe for Uart4sel
impl Send for Uart4sel
impl Sync for Uart4sel
impl Unpin for Uart4sel
impl UnwindSafe for Uart4sel
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