#[repr(u32)]pub enum UartClockSelection {
PLL3 = 0,
Oscillator = 1,
}
Expand description
Describes the UART clock selection
Variants§
Auto Trait Implementations§
impl Freeze for UartClockSelection
impl RefUnwindSafe for UartClockSelection
impl Send for UartClockSelection
impl Sync for UartClockSelection
impl Unpin for UartClockSelection
impl UnwindSafe for UartClockSelection
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