pub enum USART1SELR {
APB2,
SYSCLK,
HSI,
LSE,
}Expand description
Possible values of 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
Implementations§
Source§impl USART1SELR
impl USART1SELR
Trait Implementations§
Source§impl Clone for USART1SELR
impl Clone for USART1SELR
Source§fn clone(&self) -> USART1SELR
fn clone(&self) -> USART1SELR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for USART1SELR
impl Debug for USART1SELR
Source§impl PartialEq for USART1SELR
impl PartialEq for USART1SELR
impl Copy for USART1SELR
impl StructuralPartialEq for USART1SELR
Auto Trait Implementations§
impl Freeze for USART1SELR
impl RefUnwindSafe for USART1SELR
impl Send for USART1SELR
impl Sync for USART1SELR
impl Unpin for USART1SELR
impl UnwindSafe for USART1SELR
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