[][src]Struct stm32l4xx_hal::stm32::rcc::ccipr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn swpmi1sel(&mut self) -> _SWPMI1SELW[src]

Bit 30 - SWPMI1 clock source selection

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

Bits 28:29 - ADCs clock source selection

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

Bits 26:27 - 48 MHz clock source selection

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

Bits 22:23 - SAI1 clock source selection

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

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

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

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

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

Bits 16:17 - I2C3 clock source selection

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

Bits 12:13 - I2C1 clock source selection

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

Bits 10:11 - LPUART1 clock source selection

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

Bits 2:3 - USART2 clock source selection

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

Bits 0:1 - USART1 clock source selection

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

Bits 6:7 - USART4 clock source selection

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

Bits 4:5 - USART3 clock source selection

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

Bits 14:15 - I2C2 clock source selection

Auto Trait Implementations

impl Send for W

impl Sync for W

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