[][src]Struct stm32h7::stm32h743::rcc::d3ccipr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

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

Bits 0:2 - LPUART1 kernel clock source selection

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

Bits 8:9 - I2C4 kernel clock source selection

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

Bits 10:12 - LPTIM2 kernel clock source selection

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

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

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

Bits 16:17 - SAR ADC kernel clock source selection

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

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

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

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

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

Bits 28:30 - SPI6 kernel clock source selection

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send 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