[][src]Struct stm32g0::stm32g0x1::rcc::ccipr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn usart1sel(&mut self) -> _USART1SELW[src]

Bits 0:1 - USART1 clock source selection

pub fn usart2sel(&mut self) -> _USART2SELW[src]

Bits 2:3 - USART2 clock source selection

pub fn cecsel(&mut self) -> _CECSELW[src]

Bit 6 - HDMI CEC clock source selection

pub fn lpuart1sel(&mut self) -> _LPUART1SELW[src]

Bits 10:11 - LPUART1 clock source selection

pub fn i2c1sel(&mut self) -> _I2C1SELW[src]

Bits 12:13 - I2C1 clock source selection

pub fn i2s2sel(&mut self) -> _I2S2SELW[src]

Bits 14:15 - I2S1 clock source selection

pub fn lptim1sel(&mut self) -> _LPTIM1SELW[src]

Bits 18:19 - LPTIM1 clock source selection

pub fn lptim2sel(&mut self) -> _LPTIM2SELW[src]

Bits 20:21 - LPTIM2 clock source selection

pub fn tim1sel(&mut self) -> _TIM1SELW[src]

Bit 22 - TIM1 clock source selection

pub fn tim15sel(&mut self) -> _TIM15SELW[src]

Bit 24 - TIM15 clock source selection

pub fn rngsel(&mut self) -> _RNGSELW[src]

Bits 26:27 - RNG clock source selection

pub fn rngdiv(&mut self) -> _RNGDIVW[src]

Bits 28:29 - Division factor of RNG clock divider

pub fn adcsel(&mut self) -> _ADCSELW[src]

Bits 30:31 - ADCs clock source selection

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self