pub struct W(/* private fields */);Expand description
Register CCIPR writer
Implementations§
Source§impl W
impl W
Sourcepub fn swpmi1sel(&mut self) -> SWPMI1SEL_W<'_>
pub fn swpmi1sel(&mut self) -> SWPMI1SEL_W<'_>
Bit 30 - SWPMI1 clock source selection
Sourcepub fn clk48sel(&mut self) -> CLK48SEL_W<'_>
pub fn clk48sel(&mut self) -> CLK48SEL_W<'_>
Bits 26:27 - 48 MHz clock source selection
Sourcepub fn lptim2sel(&mut self) -> LPTIM2SEL_W<'_>
pub fn lptim2sel(&mut self) -> LPTIM2SEL_W<'_>
Bits 20:21 - Low power timer 2 clock source selection
Sourcepub fn lptim1sel(&mut self) -> LPTIM1SEL_W<'_>
pub fn lptim1sel(&mut self) -> LPTIM1SEL_W<'_>
Bits 18:19 - Low power timer 1 clock source selection
Sourcepub fn lpuart1sel(&mut self) -> LPUART1SEL_W<'_>
pub fn lpuart1sel(&mut self) -> LPUART1SEL_W<'_>
Bits 10:11 - LPUART1 clock source selection
Sourcepub fn usart2sel(&mut self) -> USART2SEL_W<'_>
pub fn usart2sel(&mut self) -> USART2SEL_W<'_>
Bits 2:3 - USART2 clock source selection
Sourcepub fn usart1sel(&mut self) -> USART1SEL_W<'_>
pub fn usart1sel(&mut self) -> USART1SEL_W<'_>
Bits 0:1 - USART1 clock source selection
Sourcepub fn usart4sel(&mut self) -> USART4SEL_W<'_>
pub fn usart4sel(&mut self) -> USART4SEL_W<'_>
Bits 6:7 - USART4 clock source selection
Sourcepub fn usart3sel(&mut self) -> USART3SEL_W<'_>
pub fn usart3sel(&mut self) -> USART3SEL_W<'_>
Bits 4:5 - USART3 clock source selection
Methods from Deref<Target = W<CCIPR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
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