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 swpmi1sel(&mut self) -> _SWPMI1SELW<'_>
pub fn swpmi1sel(&mut self) -> _SWPMI1SELW<'_>
Bit 30 - SWPMI1 clock source selection
Sourcepub fn clk48sel(&mut self) -> _CLK48SELW<'_>
pub fn clk48sel(&mut self) -> _CLK48SELW<'_>
Bits 26:27 - 48 MHz clock source selection
Sourcepub fn lptim2sel(&mut self) -> _LPTIM2SELW<'_>
pub fn lptim2sel(&mut self) -> _LPTIM2SELW<'_>
Bits 20:21 - Low power timer 2 clock source selection
Sourcepub fn lptim1sel(&mut self) -> _LPTIM1SELW<'_>
pub fn lptim1sel(&mut self) -> _LPTIM1SELW<'_>
Bits 18:19 - Low power timer 1 clock source selection
Sourcepub fn lpuart1sel(&mut self) -> _LPUART1SELW<'_>
pub fn lpuart1sel(&mut self) -> _LPUART1SELW<'_>
Bits 10:11 - LPUART1 clock source selection
Sourcepub fn usart2sel(&mut self) -> _USART2SELW<'_>
pub fn usart2sel(&mut self) -> _USART2SELW<'_>
Bits 2:3 - USART2 clock source selection
Sourcepub fn usart1sel(&mut self) -> _USART1SELW<'_>
pub fn usart1sel(&mut self) -> _USART1SELW<'_>
Bits 0:1 - USART1 clock source selection
Sourcepub fn usart4sel(&mut self) -> _USART4SELW<'_>
pub fn usart4sel(&mut self) -> _USART4SELW<'_>
Bits 6:7 - USART4 clock source selection
Sourcepub fn usart3sel(&mut self) -> _USART3SELW<'_>
pub fn usart3sel(&mut self) -> _USART3SELW<'_>
Bits 4:5 - USART3 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