[][src]Struct stm32l0xx_hal::stm32::rcc::ccipr::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 W[src]

Writes raw bits to the register

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

Bits 18:19 - Low Power Timer clock source selection bits

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

Bits 16:17 - I2C3 clock source selection bits

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

Bits 12:13 - I2C1 clock source selection bits

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

Bits 10:11 - LPUART1 clock source selection bits

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

Bits 2:3 - USART2 clock source selection bits

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

Bits 0:1 - USART1 clock source selection bits

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From<T> for T[src]

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