[][src]Struct mkl26z4::mcg::c6::VDIV0_W

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

Write proxy for field VDIV0

Methods

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

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

Writes variant to the field

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

Multiply Factor is 24

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

Multiply Factor is 25

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

Multiply Factor is 26

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

Multiply Factor is 27

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

Multiply Factor is 28

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

Multiply Factor is 29

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

Multiply Factor is 30

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

Multiply Factor is 31

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

Multiply Factor is 32

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

Multiply Factor is 33

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

Multiply Factor is 34

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

Multiply Factor is 35

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

Multiply Factor is 36

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

Multiply Factor is 37

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

Multiply Factor is 38

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

Multiply Factor is 39

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

Multiply Factor is 40

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

Multiply Factor is 41

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

Multiply Factor is 42

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

Multiply Factor is 43

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

Multiply Factor is 44

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

Multiply Factor is 45

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

Multiply Factor is 46

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

Multiply Factor is 47

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

Multiply Factor is 48

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

Multiply Factor is 49

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

Multiply Factor is 50

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

Multiply Factor is 51

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

Multiply Factor is 52

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

Multiply Factor is 53

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

Multiply Factor is 54

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

Multiply Factor is 55

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for VDIV0_W<'a>

impl<'a> Send for VDIV0_W<'a>

impl<'a> !Sync for VDIV0_W<'a>

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