[]Struct nucleo_f042k6::rcc::cfgr::_PLLMULW

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

Proxy

Methods

impl<'a> _PLLMULW<'a>

pub fn variant(self, variant: PLLMULW) -> &'a mut W

Writes variant to the field

pub fn mul_2(self) -> &'a mut W

PLL input clock x2

pub fn mul_3(self) -> &'a mut W

PLL input clock x3

pub fn mul_4(self) -> &'a mut W

PLL input clock x4

pub fn mul_5(self) -> &'a mut W

PLL input clock x5

pub fn mul_6(self) -> &'a mut W

PLL input clock x6

pub fn mul_7(self) -> &'a mut W

PLL input clock x7

pub fn mul_8(self) -> &'a mut W

PLL input clock x8

pub fn mul_9(self) -> &'a mut W

PLL input clock x9

pub fn mul_10(self) -> &'a mut W

PLL input clock x10

pub fn mul_11(self) -> &'a mut W

PLL input clock x11

pub fn mul_12(self) -> &'a mut W

PLL input clock x12

pub fn mul_13(self) -> &'a mut W

PLL input clock x13

pub fn mul_14(self) -> &'a mut W

PLL input clock x14

pub fn mul_15(self) -> &'a mut W

PLL input clock x15

pub fn mul_16(self) -> &'a mut W

PLL input clock x16

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PLLMULW<'a>

impl<'a> Sync for _PLLMULW<'a>

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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]