[][src]Struct stm32h7::stm32h743::rcc::d3ccipr::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 lpuart1sel(&self) -> LPUART1SELR[src]

Bits 0:2 - LPUART1 kernel clock source selection

pub fn i2c4sel(&self) -> I2C4SELR[src]

Bits 8:9 - I2C4 kernel clock source selection

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

Bits 10:12 - LPTIM2 kernel clock source selection

pub fn lptim345sel(&self) -> LPTIM345SELR[src]

Bits 13:15 - LPTIM3,4,5 kernel clock source selection

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

Bits 16:17 - SAR ADC kernel clock source selection

pub fn sai4asel(&self) -> SAI4ASELR[src]

Bits 21:23 - Sub-Block A of SAI4 kernel clock source selection

pub fn sai4bsel(&self) -> SAI4BSELR[src]

Bits 24:26 - Sub-Block B of SAI4 kernel clock source selection

pub fn spi6sel(&self) -> SPI6SELR[src]

Bits 28:30 - SPI6 kernel clock source selection

Auto Trait Implementations

impl Unpin for R

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, 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