pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn swpmi1sel(&self) -> SWPMI1SELR
pub fn swpmi1sel(&self) -> SWPMI1SELR
Bit 30 - SWPMI1 clock source selection
Sourcepub fn lptim2sel(&self) -> LPTIM2SELR
pub fn lptim2sel(&self) -> LPTIM2SELR
Bits 20:21 - Low power timer 2 clock source selection
Sourcepub fn lptim1sel(&self) -> LPTIM1SELR
pub fn lptim1sel(&self) -> LPTIM1SELR
Bits 18:19 - Low power timer 1 clock source selection
Sourcepub fn lpuart1sel(&self) -> LPUART1SELR
pub fn lpuart1sel(&self) -> LPUART1SELR
Bits 10:11 - LPUART1 clock source selection
Sourcepub fn usart2sel(&self) -> USART2SELR
pub fn usart2sel(&self) -> USART2SELR
Bits 2:3 - USART2 clock source selection
Sourcepub fn usart1sel(&self) -> USART1SELR
pub fn usart1sel(&self) -> USART1SELR
Bits 0:1 - USART1 clock source selection
Sourcepub fn usart4sel(&self) -> USART4SELR
pub fn usart4sel(&self) -> USART4SELR
Bits 6:7 - USART4 clock source selection
Sourcepub fn usart3sel(&self) -> USART3SELR
pub fn usart3sel(&self) -> USART3SELR
Bits 4:5 - USART3 clock source selection
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