[][src]Struct s32k144::scg::hccr::_DIVCOREW

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

Proxy

Methods

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

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

Writes variant to the field

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

Divide-by-1

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

Divide-by-2

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

Divide-by-3

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

Divide-by-4

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

Divide-by-5

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

Divide-by-6

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

Divide-by-7

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

Divide-by-8

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

Divide-by-9

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

Divide-by-10

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

Divide-by-11

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

Divide-by-12

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

Divide-by-13

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

Divide-by-14

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

Divide-by-15

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

Divide-by-16

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _DIVCOREW<'a>

impl<'a> Sync for _DIVCOREW<'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]