pub enum USART2SELR {
APB1,
SYSCLK,
HSI,
LSE,
}
Expand description
Possible values of the field USART2SEL
Variants§
APB1
APB1 clock (PCLK1) 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 USART2SELR
impl USART2SELR
Trait Implementations§
Source§impl Clone for USART2SELR
impl Clone for USART2SELR
Source§fn clone(&self) -> USART2SELR
fn clone(&self) -> USART2SELR
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 USART2SELR
impl Debug for USART2SELR
Source§impl PartialEq for USART2SELR
impl PartialEq for USART2SELR
impl Copy for USART2SELR
impl StructuralPartialEq for USART2SELR
Auto Trait Implementations§
impl Freeze for USART2SELR
impl RefUnwindSafe for USART2SELR
impl Send for USART2SELR
impl Sync for USART2SELR
impl Unpin for USART2SELR
impl UnwindSafe for USART2SELR
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