pub struct R(/* private fields */);
Expand description
Register CFGR3
reader
Implementations§
Source§impl R
impl R
Sourcepub fn usart1sw(&self) -> USART1SW_R
pub fn usart1sw(&self) -> USART1SW_R
Bits 0:1 - USART1 clock source selection
Sourcepub fn usart2sw(&self) -> USART2SW_R
pub fn usart2sw(&self) -> USART2SW_R
Bits 16:17 - USART2 clock source selection
Sourcepub fn usart3sw(&self) -> USART3SW_R
pub fn usart3sw(&self) -> USART3SW_R
Bits 18:19 - USART3 clock source
Methods from Deref<Target = R<CFGR3_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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