pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn usart1sel(&mut self) -> _USART1SELW<'_>
pub fn usart1sel(&mut self) -> _USART1SELW<'_>
Bits 0:1 - USART 1 clock source selection
Sourcepub fn usart2sel(&mut self) -> _USART2SELW<'_>
pub fn usart2sel(&mut self) -> _USART2SELW<'_>
Bits 2:3 - USART 2 clock source selection
Sourcepub fn usart3sel(&mut self) -> _USART3SELW<'_>
pub fn usart3sel(&mut self) -> _USART3SELW<'_>
Bits 4:5 - USART 3 clock source selection
Sourcepub fn uart4sel(&mut self) -> _UART4SELW<'_>
pub fn uart4sel(&mut self) -> _UART4SELW<'_>
Bits 6:7 - UART 4 clock source selection
Sourcepub fn uart5sel(&mut self) -> _UART5SELW<'_>
pub fn uart5sel(&mut self) -> _UART5SELW<'_>
Bits 8:9 - UART 5 clock source selection
Sourcepub fn usart6sel(&mut self) -> _USART6SELW<'_>
pub fn usart6sel(&mut self) -> _USART6SELW<'_>
Bits 10:11 - USART 6 clock source selection
Sourcepub fn uart7sel(&mut self) -> _UART7SELW<'_>
pub fn uart7sel(&mut self) -> _UART7SELW<'_>
Bits 12:13 - UART 7 clock source selection
Sourcepub fn uart8sel(&mut self) -> _UART8SELW<'_>
pub fn uart8sel(&mut self) -> _UART8SELW<'_>
Bits 14:15 - UART 8 clock source selection
Sourcepub fn lptim1sel(&mut self) -> _LPTIM1SELW<'_>
pub fn lptim1sel(&mut self) -> _LPTIM1SELW<'_>
Bits 24:25 - Low power timer 1 clock source selection
Sourcepub fn ck48msel(&mut self) -> _CK48MSELW<'_>
pub fn ck48msel(&mut self) -> _CK48MSELW<'_>
Bit 27 - 48MHz clock source selection
Sourcepub fn sdmmc1sel(&mut self) -> _SDMMC1SELW<'_>
pub fn sdmmc1sel(&mut self) -> _SDMMC1SELW<'_>
Bit 28 - SDMMC clock source selection
Sourcepub fn sdmmc2sel(&mut self) -> _SDMMC2SELW<'_>
pub fn sdmmc2sel(&mut self) -> _SDMMC2SELW<'_>
Bit 29 - SDMMC2 clock source selection
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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