[][src]Struct stm32l432_pac::rcc::cr::_MSIRANGEW

pub struct _MSIRANGEW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _MSIRANGEW<'a>[src]

pub fn variant(self, variant: MSIRANGEW) -> &'a mut W[src]

Writes variant to the field

pub fn range100k(self) -> &'a mut W[src]

range 0 around 100 kHz

pub fn range200k(self) -> &'a mut W[src]

range 1 around 200 kHz

pub fn range400k(self) -> &'a mut W[src]

range 2 around 400 kHz

pub fn range800k(self) -> &'a mut W[src]

range 3 around 800 kHz

pub fn range1m(self) -> &'a mut W[src]

range 4 around 1 MHz

pub fn range2m(self) -> &'a mut W[src]

range 5 around 2 MHz

pub fn range4m(self) -> &'a mut W[src]

range 6 around 4 MHz

pub fn range8m(self) -> &'a mut W[src]

range 7 around 8 MHz

pub fn range16m(self) -> &'a mut W[src]

range 8 around 16 MHz

pub fn range24m(self) -> &'a mut W[src]

range 9 around 24 MHz

pub fn range32m(self) -> &'a mut W[src]

range 10 around 32 MHz

pub fn range48m(self) -> &'a mut W[src]

range 11 around 48 MHz

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _MSIRANGEW<'a>

impl<'a> Sync for _MSIRANGEW<'a>

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryInto 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 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