pub enum USART1SELW {
APB2,
SYSCLK,
HSI,
LSE,
}Expand description
Values that can be written to the field USART1SEL
Variants§
APB2
APB2 clock (PCLK2) is selected as USART clock
SYSCLK
System clock is selected as USART clock
HSI
HSI clock is selected as USART clock
LSE
LSE clock is selected as USART clock
Auto Trait Implementations§
impl Freeze for USART1SELW
impl RefUnwindSafe for USART1SELW
impl Send for USART1SELW
impl Sync for USART1SELW
impl Unpin for USART1SELW
impl UnwindSafe for USART1SELW
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