[][src]Struct stm32l4xx_hal::stm32::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 swpmi1sel(&self) -> SWPMI1SELR[src]

Bit 30 - SWPMI1 clock source selection

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

Bits 28:29 - ADCs clock source selection

pub fn clk48sel(&self) -> CLK48SELR[src]

Bits 26:27 - 48 MHz clock source selection

pub fn sai1sel(&self) -> SAI1SELR[src]

Bits 22:23 - SAI1 clock source selection

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

Bits 20:21 - Low power timer 2 clock source selection

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

Bits 18:19 - Low power timer 1 clock source selection

pub fn i2c3sel(&self) -> I2C3SELR[src]

Bits 16:17 - I2C3 clock source selection

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

Bits 12:13 - I2C1 clock source selection

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

Bits 10:11 - LPUART1 clock source selection

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

Bits 2:3 - USART2 clock source selection

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

Bits 0:1 - USART1 clock source selection

pub fn usart4sel(&self) -> USART4SELR[src]

Bits 6:7 - USART4 clock source selection

pub fn usart3sel(&self) -> USART3SELR[src]

Bits 4:5 - USART3 clock source selection

pub fn i2c2sel(&self) -> I2C2SELR[src]

Bits 14:15 - I2C2 clock source selection

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self