pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn usart1sel(&self) -> USART1SELR
pub fn usart1sel(&self) -> USART1SELR
Bits 0:1 - USART 1 clock source selection
Sourcepub fn usart2sel(&self) -> USART2SELR
pub fn usart2sel(&self) -> USART2SELR
Bits 2:3 - USART 2 clock source selection
Sourcepub fn usart3sel(&self) -> USART2SELR
pub fn usart3sel(&self) -> USART2SELR
Bits 4:5 - USART 3 clock source selection
Sourcepub fn uart4sel(&self) -> USART2SELR
pub fn uart4sel(&self) -> USART2SELR
Bits 6:7 - UART 4 clock source selection
Sourcepub fn uart5sel(&self) -> USART2SELR
pub fn uart5sel(&self) -> USART2SELR
Bits 8:9 - UART 5 clock source selection
Sourcepub fn usart6sel(&self) -> USART1SELR
pub fn usart6sel(&self) -> USART1SELR
Bits 10:11 - USART 6 clock source selection
Sourcepub fn uart7sel(&self) -> USART2SELR
pub fn uart7sel(&self) -> USART2SELR
Bits 12:13 - UART 7 clock source selection
Sourcepub fn uart8sel(&self) -> USART2SELR
pub fn uart8sel(&self) -> USART2SELR
Bits 14:15 - UART 8 clock source selection
Sourcepub fn lptim1sel(&self) -> LPTIM1SELR
pub fn lptim1sel(&self) -> LPTIM1SELR
Bits 24:25 - Low power timer 1 clock source selection
Sourcepub fn sdmmc1sel(&self) -> SDMMC1SELR
pub fn sdmmc1sel(&self) -> SDMMC1SELR
Bit 28 - SDMMC clock source selection
Sourcepub fn sdmmc2sel(&self) -> SDMMC1SELR
pub fn sdmmc2sel(&self) -> SDMMC1SELR
Bit 29 - SDMMC2 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