Enum Uart5sel
#[repr(u8)]pub enum Uart5sel {
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 Uart5sel
impl Ord for Uart5sel
§impl PartialOrd for Uart5sel
impl PartialOrd for Uart5sel
impl Copy for Uart5sel
impl Eq for Uart5sel
impl StructuralPartialEq for Uart5sel
Auto Trait Implementations§
impl Freeze for Uart5sel
impl RefUnwindSafe for Uart5sel
impl Send for Uart5sel
impl Sync for Uart5sel
impl Unpin for Uart5sel
impl UnwindSafe for Uart5sel
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