[][src]Struct stm32g0::stm32g0x0::rcc::ccipr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bits 0:1 - USART1 clock source selection

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

Bits 2:3 - USART2 clock source selection

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

Bit 6 - HDMI CEC clock source selection

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

Bits 10:11 - LPUART1 clock source selection

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

Bits 12:13 - I2C1 clock source selection

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

Bits 14:15 - I2S1 clock source selection

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

Bits 18:19 - LPTIM1 clock source selection

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

Bits 20:21 - LPTIM2 clock source selection

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

Bit 22 - TIM1 clock source selection

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

Bit 24 - TIM15 clock source selection

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

Bits 26:27 - RNG clock source selection

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

Bits 28:29 - Division factor of RNG clock divider

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

Bits 30:31 - ADCs clock source selection

Auto Trait Implementations

impl Send for R

impl Sync for R

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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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