pub struct W(/* private fields */);
Expand description
Register CCIPR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn usart1sel(&mut self) -> USART1SEL_W<'_>
pub fn usart1sel(&mut self) -> USART1SEL_W<'_>
Bits 0:1 - USART1 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 lpuart1sel(&mut self) -> LPUART1SEL_W<'_>
pub fn lpuart1sel(&mut self) -> LPUART1SEL_W<'_>
Bits 10:11 - LPUART1 clock source selection
Sourcepub fn lptim1sel(&mut self) -> LPTIM1SEL_W<'_>
pub fn lptim1sel(&mut self) -> LPTIM1SEL_W<'_>
Bits 18:19 - LPTIM1 clock source selection
Sourcepub fn lptim2sel(&mut self) -> LPTIM2SEL_W<'_>
pub fn lptim2sel(&mut self) -> LPTIM2SEL_W<'_>
Bits 20:21 - LPTIM2 clock source selection
Sourcepub fn tim15sel(&mut self) -> TIM15SEL_W<'_>
pub fn tim15sel(&mut self) -> TIM15SEL_W<'_>
Bit 24 - TIM15 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