[][src]Struct stm32l4xx_hal::stm32::rcc::cr::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 pllsai1on(&mut self) -> _PLLSAI1ONW[src]

Bit 26 - SAI1 PLL enable

pub fn pllon(&mut self) -> _PLLONW[src]

Bit 24 - Main PLL enable

pub fn csson(&mut self) -> _CSSONW[src]

Bit 19 - Clock security system enable

pub fn hsebyp(&mut self) -> _HSEBYPW[src]

Bit 18 - HSE crystal oscillator bypass

pub fn hseon(&mut self) -> _HSEONW[src]

Bit 16 - HSE clock enable

pub fn hsiasfs(&mut self) -> _HSIASFSW[src]

Bit 11 - HSI automatic start from Stop

pub fn hsikeron(&mut self) -> _HSIKERONW[src]

Bit 9 - HSI always enable for peripheral kernels

pub fn hsion(&mut self) -> _HSIONW[src]

Bit 8 - HSI clock enable

pub fn msirange(&mut self) -> _MSIRANGEW[src]

Bits 4:7 - MSI clock ranges

pub fn msirgsel(&mut self) -> _MSIRGSELW[src]

Bit 3 - MSI clock range selection

pub fn msipllen(&mut self) -> _MSIPLLENW[src]

Bit 2 - MSI clock PLL enable

pub fn msion(&mut self) -> _MSIONW[src]

Bit 0 - MSI clock enable

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