[][src]Struct stm32h7::stm32h743::rcc::d2ccip2r::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 usart234578sel(&mut self) -> _USART234578SELW[src]

Bits 0:2 - USART2/3, UART4,5, 7/8 (APB1) kernel clock source selection

pub fn usart16sel(&mut self) -> _USART16SELW[src]

Bits 3:5 - USART1 and 6 kernel clock source selection

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

Bits 8:9 - RNG kernel clock source selection

pub fn i2c123sel(&mut self) -> _I2C123SELW[src]

Bits 12:13 - I2C1,2,3 kernel clock source selection

pub fn usbsel(&mut self) -> _USBSELW[src]

Bits 20:21 - USBOTG 1 and 2 kernel clock source selection

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

Bits 22:23 - HDMI-CEC kernel clock source selection

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

Bits 28:30 - LPTIM1 kernel clock source selection

Auto Trait Implementations

impl Unpin for W

impl Send for W

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