[][src]Struct stm32h7::stm32h743::rcc::d2ccip1r::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 sai1sel(&self) -> SAI1SELR[src]

Bits 0:2 - SAI1 and DFSDM1 kernel Aclk clock source selection

pub fn sai23sel(&self) -> SAI23SELR[src]

Bits 6:8 - SAI2 and SAI3 kernel clock source selection

pub fn spi123sel(&self) -> SPI123SELR[src]

Bits 12:14 - SPI/I2S1,2 and 3 kernel clock source selection

pub fn spi45sel(&self) -> SPI45SELR[src]

Bits 16:18 - SPI4 and 5 kernel clock source selection

pub fn spdifsel(&self) -> SPDIFSELR[src]

Bits 20:21 - SPDIFRX kernel clock source selection

pub fn dfsdm1sel(&self) -> DFSDM1SELR[src]

Bit 24 - DFSDM1 kernel Clk clock source selection

pub fn fdcansel(&self) -> FDCANSELR[src]

Bits 28:29 - FDCAN kernel clock source selection

pub fn swpsel(&self) -> SWPSELR[src]

Bit 31 - SWPMI 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